mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-13 17:08:53 +01:00
Remove radio in
say.dm is fucked and makes no sense.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user