Grey Species snowflake code

This commit is contained in:
ZomgPonies
2013-10-30 05:45:38 -04:00
parent d31e276cf8
commit d249e3b0c7
5 changed files with 69 additions and 4 deletions
@@ -371,6 +371,8 @@
new_character = new /mob/living/carbon/human/kidan(loc)
if("Skellington")
new_character = new /mob/living/carbon/human/skellington(loc)
if("Grey")
new_character = new /mob/living/carbon/human/grey(loc)
if("Human")
new_character = new /mob/living/carbon/human(loc)
// new_character.set_species(client.prefs.species)