]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Bump expedition timer to 11mins (#21635)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Mon, 13 Nov 2023 22:39:33 +0000 (09:39 +1100)
committerGitHub <noreply@github.com>
Mon, 13 Nov 2023 22:39:33 +0000 (15:39 -0700)
We've had it at like, 18, 12, and 7, I think 7 is too low and 18 is definitely too high.

Ideally:
- 2 minutes to get inside
- 7 or so minutes inside.
- 2 minutes as a buffer to either fulton themselves out or run out if necessary.

Content.Shared/CCVar/CCVars.cs

index 82430ea78170f53d063268cbd0255ab37b193f12..cc71c6191ff1818389af8a4d7081af08188ecbd3 100644 (file)
@@ -1526,7 +1526,7 @@ namespace Content.Shared.CCVar
         /// Duration for missions
         /// </summary>
         public static readonly CVarDef<float>
-            SalvageExpeditionDuration = CVarDef.Create("salvage.expedition_duration", 420f, CVar.REPLICATED);
+            SalvageExpeditionDuration = CVarDef.Create("salvage.expedition_duration", 660f, CVar.REPLICATED);
 
         /// <summary>
         /// Cooldown for missions.