mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
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:
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user