Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Jan 15, 2025
1 parent 88e8d57 commit 76444d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
return FALSE
. = ..()

/mob/living/say(message, verb, sanitize, ignore_speech_problems, ignore_atmospherics, ignore_languages)
/mob/living/say(message, verb, sanitize, ignore_speech_problems, ignore_atmospherics, ignore_languages, automatic)
SEND_SIGNAL(src, COMSIG_MOB_SAY, args)
. = ..()

0 comments on commit 76444d2

Please sign in to comment.