Fixes examine on mindless humans (#44111)

* Fixes examine on mindless humans

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

Co-Authored-By: moo <11748095+ExcessiveUseOfCobblestone@users.noreply.github.com>
This commit is contained in:
AnturK
2019-05-27 23:25:27 +12:00
committed by oranges
co-authored by moo
parent 8796a518a0
commit 55dddab58d
@@ -272,7 +272,7 @@
msg += "</span>"
if(HAS_TRAIT(user, TRAIT_SPIRITUAL) && src.mind.isholy)
if(HAS_TRAIT(user, TRAIT_SPIRITUAL) && mind?.isholy)
msg += "[t_He] [t_has] a holy aura about [t_him].\n"
SEND_SIGNAL(user, COMSIG_ADD_MOOD_EVENT, "religious_comfort", /datum/mood_event/religiously_comforted)