From 9e9c066f6d863f09c57325949cb9851f509e444f Mon Sep 17 00:00:00 2001 From: HitPanda <104197232+EnefFlow@users.noreply.github.com> Date: Mon, 28 Aug 2023 22:55:54 +0300 Subject: [PATCH] Update TTSSystem.cs (#345) --- Content.Server/White/TTS/TTSSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();