Files
crystall-punk-14/Content.Server/_CP14/RoundEnd/CP14MagicContainerRoundFinisherComponent.cs
Ed 4979b0a5d0 Simple round end redesign (#723)
* round end monolith system

* disable default evac

* auto close demiplanes, and block its opening when no monolith mana

* Update CP14RoundEndSystem.cs

* enable default evac code (its disabled viaa cvar)

* apply brainstorm monolith changes

* comoss update
2025-01-18 17:55:41 +03:00

12 lines
256 B
C#

using Content.Server._CP14.Demiplane;
namespace Content.Server._CP14.RoundEnd;
/// <summary>
///
/// </summary>
[RegisterComponent, Access(typeof(CP14DemiplaneSystem))]
public sealed partial class CP14MagicContainerRoundFinisherComponent : Component
{
}