]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Make default/autocall shuttle time 10 minutes (#13956)
authorChief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>
Mon, 6 Feb 2023 12:49:15 +0000 (06:49 -0600)
committerGitHub <noreply@github.com>
Mon, 6 Feb 2023 12:49:15 +0000 (08:49 -0400)
Content.Server/RoundEnd/RoundEndSystem.cs

index e8605d91f4168c066edb156c497b1af3bcb79438..bba3fbdd3cb738eaa6aa219c235cf7731acb4f2a 100644 (file)
@@ -40,7 +40,7 @@ namespace Content.Server.RoundEnd
         /// <summary>
         /// Countdown to use where there is no station alert countdown to be found.
         /// </summary>
-        public TimeSpan DefaultCountdownDuration { get; set; } = TimeSpan.FromMinutes(4);
+        public TimeSpan DefaultCountdownDuration { get; set; } = TimeSpan.FromMinutes(10);
         public TimeSpan DefaultRestartRoundDuration { get; set; } = TimeSpan.FromMinutes(2);
 
         private CancellationTokenSource? _countdownTokenSource = null;