Makes direct_say call automatic_custom (#18218)

Automatic_custom is the no-logging, no-sleep variant
This commit is contained in:
Cameron Lennox
2025-08-15 20:52:56 -04:00
committed by GitHub
parent a8c3b7ec73
commit 99e71ef15e
+1 -1
View File
@@ -318,7 +318,7 @@ var/list/channel_to_radio_key = list()
for(var/datum/multilingual_say_piece/S in message_pieces)
if((S.speaking.flags & NONVERBAL) || (S.speaking.flags & INAUDIBLE))
var/sign_action = "[pick(S.speaking.signlang_verb)]."
process_normal_emote(VISIBLE_MESSAGE,sign_action,sign_action)
automatic_custom_emote(VISIBLE_MESSAGE,sign_action)
do_sound = FALSE
//These will contain the main receivers of the message