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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user