oop - reverts a debug-specific change!

This commit is contained in:
deathride58
2022-06-11 19:52:40 -04:00
parent 17917ed564
commit 4eca8d5e77
+1 -1
View File
@@ -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