From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Fri, 16 May 2025 12:04:29 +0000 (+1000) Subject: Shuttle speed bump (#37505) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=5d104d408cd858bc6ea6b46f70c2278315a4fe48;p=space-station-14.git Shuttle speed bump (#37505) * Shuttle speed bump Will probably go to 80 when guns get bumped and we get CCD but just makes impacts more representative. * cook --- 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;