Make shuttle brakes use thrusters and bandaid shuttle movement (#9826)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user