Revert "Sounds, New Announcer, announce uses local reverb"

This reverts commit f2da13b759.
This commit is contained in:
QuoteFox
2021-03-23 18:55:58 +00:00
parent 04339e805c
commit 35d4666715
35 changed files with 1 additions and 9 deletions
-2
View File
@@ -385,11 +385,9 @@ GLOBAL_LIST_INIT(department_radio_keys, list(
if(imp?.radio.on)
if(message_mode == MODE_HEADSET)
imp.radio.talk_into(src, message, , spans, language)
playsound(src, 'sound/effects/radio_send.ogg', 35, 1, -1)
return ITALICS | REDUCE_RANGE
if(message_mode == MODE_DEPARTMENT || message_mode in GLOB.radiochannels)
imp.radio.talk_into(src, message, message_mode, spans, language)
playsound(src, 'sound/effects/radio_send.ogg', 35, 1, -1)
return ITALICS | REDUCE_RANGE
switch(message_mode)