Vast array of changes to replace mutantrace with species datum

This commit is contained in:
Zuhayr
2013-08-03 15:08:54 -07:00
parent 11621e3f8c
commit b875ff021b
16 changed files with 179 additions and 180 deletions

View File

@@ -513,7 +513,7 @@ client/proc/one_click_antag()
new_vox.age = rand(12,20)
new_vox.dna.ready_dna(new_vox) // Creates DNA.
new_vox.dna.mutantrace = "vox" // Actually makes the vox! How about that.
new_vox.set_species(new /datum/species/vox) // Actually makes the vox! How about that.
new_vox.mind_initialize()
new_vox.mind.assigned_role = "MODE"
new_vox.mind.special_role = "Vox Raider"