diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index f506cc6ec29..6307348bf86 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -593,7 +593,7 @@ threatcount += 2 //Check for nonhuman scum - if(dna && dna.mutantrace && dna.mutantrace != "none") + if(dna && dna.species.id && dna.species.id != "human") threatcount += 1 //Loyalty implants imply trustworthyness