Add arrivals (#14755)
* Arrivals * More arrivals and shitty uhh preload * cvar * a * clockin + maps * shitter prevention * Placement * a * cvar for tests and dev * weh
This commit is contained in:
12
Content.Shared/Shuttles/Components/PreventPilotComponent.cs
Normal file
12
Content.Shared/Shuttles/Components/PreventPilotComponent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.Shuttles.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Add to grids that you do not want manually piloted under any circumstances.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed class PreventPilotComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user