]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Changed NukeOps Shuttle Call Time from 10 Minutes to 3 Minutes (#21690)
authorRobert Hardy <robertblake.hardy@outlook.com>
Thu, 16 Nov 2023 21:01:05 +0000 (06:01 +0900)
committerGitHub <noreply@github.com>
Thu, 16 Nov 2023 21:01:05 +0000 (14:01 -0700)
* Changed NukeOps Round End Behavior to Instant Round End

* Changed RoundEndBehavior and EvacShuttleTime

Content.Server/GameTicking/Rules/Components/NukeopsRuleComponent.cs

index 55c14f88d4e6d92677c3135fa699689e4c8de99c..522202df1aa98d51f7830a745a248a6b59c25c10 100644 (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.