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

View File

@@ -79,7 +79,7 @@
var/list/animals = typesof(/mob/living/simple_animal)
if(mobtype in humans)
race = "Human"
race = "Humanoid"
language = race
else if(mobtype in slimes) // NT knows a lot about slimes, but not aliens. Can identify slimes

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