[tweak] critical logs in admin chat
# Conflicts: # Content.Server/AME/AMENodeGroup.cs # Content.Server/AME/Components/AMEControllerComponent.cs # Content.Server/Atmos/Piping/Binary/EntitySystems/GasPressurePumpSystem.cs # Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs # Content.Server/Gravity/GravityGeneratorSystem.cs # Content.Server/Singularity/EntitySystems/ContainmentFieldGeneratorSystem.cs # Content.Server/Singularity/EntitySystems/EventHorizonSystem.cs # Content.Server/Singularity/EntitySystems/SingularityGeneratorSystem.cs
This commit is contained in:
@@ -65,6 +65,13 @@ public sealed partial class EventHorizonComponent : Component
|
||||
[ViewVariables(VVAccess.ReadOnly)]
|
||||
public bool BeingConsumedByAnotherEventHorizon = false;
|
||||
|
||||
///<summary>
|
||||
/// Whether the event horizon was reported in admin about containment breach
|
||||
/// </summary>
|
||||
[DataField("wasDetectedInBreach")]
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public bool WasDetectedInBreach;
|
||||
|
||||
#region Update Timing
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user