diff --git a/Content.Shared/Pulling/Components/SharedPullerComponent.cs b/Content.Shared/Pulling/Components/SharedPullerComponent.cs index f79c6a4f1e..7e65326816 100644 --- a/Content.Shared/Pulling/Components/SharedPullerComponent.cs +++ b/Content.Shared/Pulling/Components/SharedPullerComponent.cs @@ -5,9 +5,9 @@ public sealed class SharedPullerComponent : Component { // Before changing how this is updated, please see SharedPullerSystem.RefreshMovementSpeed - public float WalkSpeedModifier => Pulling == default ? 1.0f : 0.75f; + public float WalkSpeedModifier => Pulling == default ? 1.0f : 0.9f; - public float SprintSpeedModifier => Pulling == default ? 1.0f : 0.75f; + public float SprintSpeedModifier => Pulling == default ? 1.0f : 0.9f; [ViewVariables] public EntityUid? Pulling { get; set; }