Skip to content

Commit

Permalink
fix: message replace returns!
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaxeer committed May 16, 2024
1 parent 515c241 commit a92f19f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modular_ss220/speech_filter/code/speech_filter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
if(original_message == message)
return

speech_args[SPEECH_MESSAGE] = message
addtimer(CALLBACK(talker, TYPE_PROC_REF(/mob, emote), "drool"), 0.3 SECONDS)
to_chat(talker, span_sinister(pick(brainrot_notifications)))
log_and_message_admins("[key_name(talker)] has attempted to say forbidden word. His message was: [original_message]")
Expand Down

0 comments on commit a92f19f

Please sign in to comment.