Update human.dm (#2921)

This commit is contained in:
Elli-Skala
2021-01-28 18:19:13 +00:00
committed by GitHub
parent d54d1977ce
commit d6ea70cdfc
@@ -605,9 +605,11 @@
if(istype(head, /obj/item/clothing/head/wizard) || istype(head, /obj/item/clothing/head/helmet/space/hardsuit/wizard))
threatcount += 2
/* SKYRAT EDIT - REMOVAL
//Check for nonhuman scum
if(dna && dna.species.id && dna.species.id != "human")
threatcount += 1
*/
//mindshield implants imply trustworthyness
if(HAS_TRAIT(src, TRAIT_MINDSHIELD))