* 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
12 lines
256 B
C#
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
|
|
{
|
|
}
|