Evac shuttle (#8931)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
This commit is contained in:
@@ -5,6 +5,12 @@ namespace Content.Server.Shuttles.Components
|
||||
[RegisterComponent]
|
||||
public sealed class ShuttleConsoleComponent : SharedShuttleConsoleComponent
|
||||
{
|
||||
/// <summary>
|
||||
/// Set by shuttlesystem if the grid should no longer be pilotable.
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
public bool CanPilot = true;
|
||||
|
||||
[ViewVariables]
|
||||
public readonly List<PilotComponent> SubscribedPilots = new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user