Changed NukeOps Shuttle Call Time from 10 Minutes to 3 Minutes (#21690)

* Changed NukeOps Round End Behavior to Instant Round End

* Changed RoundEndBehavior and EvacShuttleTime
This commit is contained in:
Robert Hardy
2023-11-17 06:01:05 +09:00
committed by GitHub
parent e904d6fa29
commit ac6419c1d1

View File

@@ -59,7 +59,7 @@ public sealed partial class NukeopsRuleComponent : Component
/// Time to emergency shuttle to arrive if RoundEndBehavior is ShuttleCall.
/// </summary>
[DataField]
public TimeSpan EvacShuttleTime = TimeSpan.FromMinutes(10);
public TimeSpan EvacShuttleTime = TimeSpan.FromMinutes(3);
/// <summary>
/// Whether or not to spawn the nuclear operative outpost. Used by LoneOpsSpawn event.