Shuttle fixes (#16774)

This commit is contained in:
metalgearsloth
2023-05-24 23:15:03 +10:00
committed by GitHub
parent 2f0d21a247
commit f3c5c656ad
3 changed files with 43 additions and 26 deletions

View File

@@ -14,9 +14,9 @@ namespace Content.Server.Shuttles.Components
/// </summary>
public const float BrakeCoefficient = 1.5f;
public const float MaxLinearVelocity = 10f;
public const float MaxLinearVelocity = 20f;
public const float MaxAngularVelocity = 1f;
public const float MaxAngularVelocity = 4f;
/// <summary>
/// The cached thrust available for each cardinal direction