Making human a standardized species

This commit is contained in:
ZomgPonies
2013-10-30 10:32:33 -04:00
parent 7048545d6d
commit f1fd068104
3 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -374,7 +374,7 @@
if("Grey")
new_character = new /mob/living/carbon/human/grey(loc)
if("Human")
new_character = new /mob/living/carbon/human(loc)
new_character = new /mob/living/carbon/human/human(loc)
// new_character.set_species(client.prefs.species)
if(chosen_species.language)
new_character.add_language(chosen_species.language)