Update code/modules/mob/living/carbon/human/examine.dm

Ghoomie's change.

Co-Authored-By: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
Thalpy
2019-06-02 19:14:08 +01:00
committed by GitHub
parent 0105dbf562
commit abb76baeca
@@ -281,7 +281,7 @@
if(91.01 to INFINITY)
msg += "[t_He] [t_is] a shitfaced, slobbering wreck.\n"
if(has_trait(TRAIT_EMPATH) && !appears_dead && (src != user))
if(src != user && user.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)