diff --git a/Content.Shared/_White/Standing/LayingDownComponent.cs b/Content.Shared/_White/Standing/LayingDownComponent.cs index 6a52cb194fc..06d53b1e456 100644 --- a/Content.Shared/_White/Standing/LayingDownComponent.cs +++ b/Content.Shared/_White/Standing/LayingDownComponent.cs @@ -10,7 +10,7 @@ public sealed partial class LayingDownComponent : Component public float StandingUpTime { get; set; } = .5f; [DataField, AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)] - public float SpeedModify { get; set; } = .4f; + public float SpeedModify { get; set; } = .2f; // DeltaV - reduce from .4f to .2f [DataField, AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)] public bool AutoGetUp;