Fixes potential "trapped as ghost" problems and examine+scanner text

This commit is contained in:
Fermi
2019-08-06 19:54:07 +01:00
parent f4c5e6fd2f
commit ee1b04eefb
3 changed files with 16 additions and 1 deletions
@@ -281,6 +281,13 @@
if(91.01 to INFINITY)
msg += "[t_He] [t_is] a shitfaced, slobbering wreck.\n"
if(reagents.has_reagent("astral"))
msg += "[t_He] have wild, spacey eyes"
if(mind)
msg += " and have a strange, abnormal look to them.\n"
else
msg += " and don't look like they're all there.\n"
if(isliving(user))
var/mob/living/L = user
if(src != user && HAS_TRAIT(L, TRAIT_EMPATH) && !appears_dead)