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