Skip to content

Commit

Permalink
Update monkestation/code/modules/divine_warning/code/effects.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Lucy <[email protected]>
  • Loading branch information
flleeppyy and Absolucy authored Sep 20, 2024
1 parent ea1e505 commit bdcb744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monkestation/code/modules/divine_warning/code/effects.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
if (QDELETED(client) || stat == DEAD)
return

if (HAS_TRAIT(src, TRAIT_SPIRITUAL) || src.mind.holy_role)
if (HAS_TRAIT(src, TRAIT_SPIRITUAL) || mind?.holy_role)
SEND_SOUND(src, sound('monkestation/code/modules/divine_warning/sounds/divine.ogg', 80))
COOLDOWN_START(src, divine_cooldown, 2.5 SECONDS)

Expand Down

0 comments on commit bdcb744

Please sign in to comment.