diff --git a/Content.Server/White/TTS/TTSSystem.cs b/Content.Server/White/TTS/TTSSystem.cs index cc2fb8e132..e6799a4548 100644 --- a/Content.Server/White/TTS/TTSSystem.cs +++ b/Content.Server/White/TTS/TTSSystem.cs @@ -83,7 +83,7 @@ public sealed partial class TTSSystem : EntitySystem if (player.AttachedEntity != null) { // Get emergency lights in range to broadcast from - var entities = _lookup.GetEntitiesInRange(player.AttachedEntity.Value, 20f) + var entities = _lookup.GetEntitiesInRange(player.AttachedEntity.Value, 30f) .Where(HasComp) .ToList();