]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Shuttle speed bump (#37505)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Fri, 16 May 2025 12:04:29 +0000 (22:04 +1000)
committerGitHub <noreply@github.com>
Fri, 16 May 2025 12:04:29 +0000 (14:04 +0200)
* Shuttle speed bump

Will probably go to 80 when guns get bumped and we get CCD but just makes impacts more representative.

* cook

Content.Server/Shuttles/Components/ShuttleComponent.cs

index 90ecb6129b9e6dab2941b16acd936a0e50667868..0aa815d2df4cd7428e7d8904a14d1127ac7eba00 100644 (file)
@@ -17,10 +17,10 @@ namespace Content.Server.Shuttles.Components
         public const float BrakeCoefficient = 1.5f;
 
         /// <summary>
-        /// Maximum velocity assuming unupgraded, tier 1 thrusters
+        /// Maximum velocity.
         /// </summary>
         [ViewVariables(VVAccess.ReadWrite)]
-        public float BaseMaxLinearVelocity = 20f;
+        public float BaseMaxLinearVelocity = 60f;
 
         public const float MaxAngularVelocity = 4f;