diff --git a/Content.Server/GameTicking/Rules/Components/NukeopsRuleComponent.cs b/Content.Server/GameTicking/Rules/Components/NukeopsRuleComponent.cs index 55c14f88d4..522202df1a 100644 --- a/Content.Server/GameTicking/Rules/Components/NukeopsRuleComponent.cs +++ b/Content.Server/GameTicking/Rules/Components/NukeopsRuleComponent.cs @@ -59,7 +59,7 @@ public sealed partial class NukeopsRuleComponent : Component /// Time to emergency shuttle to arrive if RoundEndBehavior is ShuttleCall. /// [DataField] - public TimeSpan EvacShuttleTime = TimeSpan.FromMinutes(10); + public TimeSpan EvacShuttleTime = TimeSpan.FromMinutes(3); /// /// Whether or not to spawn the nuclear operative outpost. Used by LoneOpsSpawn event.