diff --git a/Content.Server/Shuttles/Systems/ShuttleSystem.Hyperspace.cs b/Content.Server/Shuttles/Systems/ShuttleSystem.Hyperspace.cs index 08f244a3f3..d240e93dae 100644 --- a/Content.Server/Shuttles/Systems/ShuttleSystem.Hyperspace.cs +++ b/Content.Server/Shuttles/Systems/ShuttleSystem.Hyperspace.cs @@ -95,7 +95,7 @@ public sealed partial class ShuttleSystem if (TryComp(comp.Owner, out body)) { - body.LinearVelocity = new Vector2(0f, 100f); + body.LinearVelocity = new Vector2(0f, 20f); body.AngularVelocity = 0f; body.LinearDamping = 0f; body.AngularDamping = 0f;