Sleeper agents event no longer occurs when evacuation is called (#30646)
no more evac sleeper agents
This commit is contained in:
@@ -81,4 +81,10 @@ public sealed partial class StationEventComponent : Component
|
||||
[DataField("endTime", customTypeSerializer: typeof(TimeOffsetSerializer))]
|
||||
[AutoPausedField]
|
||||
public TimeSpan? EndTime;
|
||||
|
||||
/// <summary>
|
||||
/// If false, the event won't trigger during ongoing evacuation.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public bool OccursDuringRoundEnd = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user