From 68c6277ee89b6eec72b4466e532a6b518800ccd4 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Mon, 4 Jan 2021 04:35:28 +0000 Subject: [PATCH] Remove radio in say.dm is fucked and makes no sense. --- code/modules/mob/living/say.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/living/say.dm b/code/modules/mob/living/say.dm index 0a0c248c..f3336344 100644 --- a/code/modules/mob/living/say.dm +++ b/code/modules/mob/living/say.dm @@ -202,8 +202,6 @@ GLOBAL_LIST_INIT(department_radio_keys, list( var/radio_return = radio(message, message_mode, spans, language) if(radio_return & ITALICS) spans |= SPAN_ITALICS - if (client?.prefs.radiosounds) - playsound_local(src,'sound/voice/radioin.ogg', 30, 1) if(radio_return & REDUCE_RANGE) message_range = 1 if(radio_return & NOPASS)