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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user