From d6ea70cdfc4cbfd53ebe802175589ea4d3df08a7 Mon Sep 17 00:00:00 2001 From: Elli-Skala <69182855+Elli-Skala@users.noreply.github.com> Date: Thu, 28 Jan 2021 13:19:13 -0500 Subject: [PATCH] Update human.dm (#2921) --- code/modules/mob/living/carbon/human/human.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index cbc1b434832..400a84a8806 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -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))