This commit is contained in:
ZomgPonies
2014-07-31 19:42:07 -04:00
parent 8fd4346dc3
commit 1b2e61f3d0
2 changed files with 5 additions and 0 deletions
@@ -403,6 +403,8 @@
new_character = new /mob/living/carbon/human/grey(loc)
if("Machine")
new_character = new /mob/living/carbon/human/machine(loc)
if("Plasmaman")
new_character = new /mob/living/carbon/human/plasma(loc)
if("Human")
new_character = new /mob/living/carbon/human/human(loc)
// new_character.set_species(client.prefs.species)