From 69ba4e1612a632027ca9c67eed739c9ddc854ebb Mon Sep 17 00:00:00 2001 From: ikarrus Date: Fri, 27 Jun 2014 09:44:05 -0600 Subject: [PATCH] Fixes compilation errors --- code/modules/mob/living/carbon/human/human.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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