From 1a73cf6efe58f3757dac9544e2451515b1fdeac9 Mon Sep 17 00:00:00 2001 From: Fermi Date: Sun, 2 Jun 2019 21:09:31 +0100 Subject: [PATCH] This is why you compile test. --- code/modules/mob/living/carbon/human/examine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 9964b9c1ca..6dc15048d7 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -283,7 +283,7 @@ if(isliving(user)) var/mob/living/L = user - if(src != user && user.has_trait(TRAIT_EMPATH) && !appears_dead) + if(src != user && L.has_trait(TRAIT_EMPATH) && !appears_dead) if (a_intent != INTENT_HELP) msg += "[t_He] seem[p_s()] to be on guard.\n" if (getOxyLoss() >= 10)