Make shuttle brakes use thrusters and bandaid shuttle movement (#9826)

This commit is contained in:
metalgearsloth
2022-07-17 19:36:08 +10:00
committed by GitHub
parent cd7765e7d9
commit 0378a23790
7 changed files with 188 additions and 118 deletions

View File

@@ -22,7 +22,7 @@ namespace Content.Server.Shuttles.Components
/// <summary>
/// The thrusters contributing to the angular impulse of the shuttle.
/// </summary>
public readonly List<ThrusterComponent> AngularThrusters = new List<ThrusterComponent>();
public readonly List<ThrusterComponent> AngularThrusters = new();
[ViewVariables]
public float AngularThrust = 0f;