This commit is contained in:
Zuhayr
2013-08-03 12:41:46 -07:00
15 changed files with 314 additions and 74 deletions
+2 -1
View File
@@ -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()