diff --git a/Content.Server/Shuttles/Components/ShuttleComponent.cs b/Content.Server/Shuttles/Components/ShuttleComponent.cs index 90ecb6129b..0aa815d2df 100644 --- a/Content.Server/Shuttles/Components/ShuttleComponent.cs +++ b/Content.Server/Shuttles/Components/ShuttleComponent.cs @@ -17,10 +17,10 @@ namespace Content.Server.Shuttles.Components public const float BrakeCoefficient = 1.5f; /// - /// Maximum velocity assuming unupgraded, tier 1 thrusters + /// Maximum velocity. /// [ViewVariables(VVAccess.ReadWrite)] - public float BaseMaxLinearVelocity = 20f; + public float BaseMaxLinearVelocity = 60f; public const float MaxAngularVelocity = 4f;