From d432b7616125831cecb38a1ef89f48a6053bf31b Mon Sep 17 00:00:00 2001 From: larentoun <31931237+larentoun@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:55:53 +0300 Subject: [PATCH] silicons whisper into radio, so fix double tts --- modular_bandastation/tts/code/tts_component.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_bandastation/tts/code/tts_component.dm b/modular_bandastation/tts/code/tts_component.dm index c38008e0878af..aa995d23a1208 100644 --- a/modular_bandastation/tts/code/tts_component.dm +++ b/modular_bandastation/tts/code/tts_component.dm @@ -132,7 +132,7 @@ location = parent if(effect == /datum/singleton/sound_effect/radio) is_local = FALSE - if(listener == speaker && !issilicon(parent)) // don't hear both radio and whisper from yourself + if(listener == speaker) // don't hear both radio and whisper from yourself return effect = get_effect(effect)