mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-10 06:37:05 +01:00
Makes direct_say call automatic_custom (#18218)
Automatic_custom is the no-logging, no-sleep variant
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user