Skip to content

Commit

Permalink
properly word filter hivemind
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Nov 15, 2024
1 parent 4e3ec5e commit 6fd36af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/say.dm
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
to_chat(src, SPAN_WARNING("There is no Queen. You are alone."))
return

if(!filter_message(src, message))
return

log_hivemind("[key_name(src)] : [message]")

var/track = ""
Expand Down

0 comments on commit 6fd36af

Please sign in to comment.