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)