Tweak shuttle movement (#6468)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -10,10 +10,10 @@ namespace Content.Server.Shuttles.Components
|
||||
public sealed class ShuttleComponent : SharedShuttleComponent
|
||||
{
|
||||
/// <summary>
|
||||
/// The cached impulse available for each cardinal direction
|
||||
/// The cached thrust available for each cardinal direction
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
public readonly float[] LinearThrusterImpulse = new float[4];
|
||||
public readonly float[] LinearThrust = new float[4];
|
||||
|
||||
/// <summary>
|
||||
/// The thrusters contributing to each direction for impulse.
|
||||
|
||||
Reference in New Issue
Block a user