Merge pull request #12487 from bgobandit/humanoids

Changes the text human ==> humanoid where applicable.
This commit is contained in:
phil235
2015-10-22 00:41:19 +02:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -141,7 +141,7 @@
var/mob/living/new_mob
var/randomize = pick("monkey","robot","slime","xeno","human","animal")
var/randomize = pick("monkey","robot","slime","xeno","humanoid","animal")
switch(randomize)
if("monkey")
new_mob = new /mob/living/carbon/monkey(M.loc)
@@ -216,7 +216,7 @@
if("butterfly") new_mob = new /mob/living/simple_animal/butterfly(M.loc)
else new_mob = new /mob/living/simple_animal/chick(M.loc)
new_mob.languages |= HUMAN
if("human")
if("humanoid")
new_mob = new /mob/living/carbon/human(M.loc)
var/datum/preferences/A = new() //Randomize appearance for the human