From d00a63c5bf33c709478c4d4ba50f321f0900b99d Mon Sep 17 00:00:00 2001 From: VerySoft Date: Sat, 16 Jul 2022 03:52:12 -0400 Subject: [PATCH] Anoddawan --- code/modules/mob/living/say.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/say.dm b/code/modules/mob/living/say.dm index ddfc187dd9..67ea526d83 100644 --- a/code/modules/mob/living/say.dm +++ b/code/modules/mob/living/say.dm @@ -255,6 +255,8 @@ var/list/channel_to_radio_key = new var/message_range = world.view var/italics = 0 var/do_sound = TRUE + if(!voice_sounds_list || !voice_sounds_list.len) + do_sound = FALSE //Speaking into radios if(used_radios.len)