From aae3d7133aff2ca8bc567c12d6f196ff472a57b5 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:39:33 +1100 Subject: [PATCH] Bump expedition timer to 11mins (#21635) 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 82430ea781..cc71c6191f 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -1526,7 +1526,7 @@ namespace Content.Shared.CCVar /// Duration for missions /// public static readonly CVarDef - SalvageExpeditionDuration = CVarDef.Create("salvage.expedition_duration", 420f, CVar.REPLICATED); + SalvageExpeditionDuration = CVarDef.Create("salvage.expedition_duration", 660f, CVar.REPLICATED); /// /// Cooldown for missions.