From 4eca8d5e7712569ab0d94f73fc2456324fd83f0e Mon Sep 17 00:00:00 2001 From: deathride58 Date: Sat, 11 Jun 2022 19:52:40 -0400 Subject: [PATCH] oop - reverts a debug-specific change! --- code/modules/mob/living/say.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/say.dm b/code/modules/mob/living/say.dm index 71803cc722..d26a6bba68 100644 --- a/code/modules/mob/living/say.dm +++ b/code/modules/mob/living/say.dm @@ -298,7 +298,7 @@ GLOBAL_LIST_INIT(department_radio_keys, list( SEND_GLOBAL_SIGNAL(COMSIG_GLOB_LIVING_SAY_SPECIAL, src, message) var/is_yell = (say_test(message) == "2") - if(/*client && */!eavesdrop_range && is_yell) // Yell hook + if(client && !eavesdrop_range && is_yell) // Yell hook listening |= process_yelling(listening, rendered, src, message_language, message, spans, message_mode, source) //speech bubble