From fef6a4aa6514732b22fc81840266581fece14b49 Mon Sep 17 00:00:00 2001 From: no_mad <110369449+nomad0260@users.noreply.github.com> Date: Tue, 24 Sep 2024 00:10:08 +0900 Subject: [PATCH] Update TelescopeComponent.cs (#787) --- Content.Shared/_White/Telescope/TelescopeComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/_White/Telescope/TelescopeComponent.cs b/Content.Shared/_White/Telescope/TelescopeComponent.cs index 599770e886d..78fa4713e0b 100644 --- a/Content.Shared/_White/Telescope/TelescopeComponent.cs +++ b/Content.Shared/_White/Telescope/TelescopeComponent.cs @@ -9,7 +9,7 @@ public sealed partial class TelescopeComponent : Component public float Divisor = 0.1f; [DataField, ViewVariables(VVAccess.ReadWrite), AutoNetworkedField] - public float LerpAmount = 0.1f; + public float LerpAmount = 0.95f; [ViewVariables] public EntityUid? LastEntity;