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:
11
Content.Server/Shuttles/Components/ClockedInComponent.cs
Normal file
11
Content.Server/Shuttles/Components/ClockedInComponent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Content.Server.Shuttles.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Added to players after having been spawned onto the station.
|
||||
/// Prevents them from taking the arrivals shuttle.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class ClockedInComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user