diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index d7509b40c61..68a2f65dc92 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -272,7 +272,7 @@ msg += "" - 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)