Skip to content

Commit

Permalink
Merge pull request #41 from coficoficofi/STOP-UNDOING-MY-CHANGES-KITTEN
Browse files Browse the repository at this point in the history
RE-re-reimplements Devout Follower
  • Loading branch information
GeneralPantsuIsBadAtCoding authored Aug 8, 2024
2 parents a3f3855 + 5cf34c3 commit 007b2ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/living/emote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 007b2ec

Please sign in to comment.