From 5cf34c317fc2150b1b024612cefa1be2d7178eeb Mon Sep 17 00:00:00 2001 From: coficoficofi Date: Thu, 8 Aug 2024 16:23:46 -0600 Subject: [PATCH] RE-re-reimplements Devout Follower --- code/modules/mob/living/emote.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/emote.dm b/code/modules/mob/living/emote.dm index 791b36c1893..51f3733acaf 100644 --- a/code/modules/mob/living/emote.dm +++ b/code/modules/mob/living/emote.dm @@ -49,6 +49,8 @@ var/message2recognize = sanitize_hear_message(message) var/mob/living/carbon/human/M = L if(length(message2recognize) > 15) + if(L.has_flaw(/datum/charflaw/addiction/godfearing)) + L.sate_addiction() if(L.mob_timers[MT_PSYPRAY]) if(world.time < L.mob_timers[MT_PSYPRAY] + 1 MINUTES) L.mob_timers[MT_PSYPRAY] = world.time