mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Merge branch 'feature' of https://github.com/Zuhayr/Baystation12
This commit is contained in:
@@ -95,10 +95,11 @@ var/global/vox_kills = 0 //Used to check the Inviolate.
|
||||
|
||||
var/mob/living/carbon/human/vox = raider.current
|
||||
|
||||
vox.vox_talk_understand = 1
|
||||
vox.languages += new /datum/language/vox
|
||||
vox.real_name = capitalize(newname)
|
||||
vox.name = vox.real_name
|
||||
vox.age = rand(12,20)
|
||||
vox.set_species(new /datum/species/vox)
|
||||
vox.dna.mutantrace = "vox"
|
||||
vox.h_style = "Short Vox Quills"
|
||||
vox.equip_vox_raider()
|
||||
|
||||
Reference in New Issue
Block a user