From da383cc029d1ae9b9f4257535273f039692cb281 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Mon, 4 Jul 2022 15:14:04 +1000 Subject: [PATCH] Reduce shuttle transit time (#9397) --- Content.Shared/CCVar/CCVars.cs | 4 ++-- Resources/Locale/en-US/shuttles/emergency.ftl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index be98975951..9d7957e93e 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -858,7 +858,7 @@ namespace Content.Shared.CCVar /// public static readonly CVarDef VoteRestartNotAllowedWhenAdminOnline = CVarDef.Create("vote.restart_not_allowed_when_admin_online", true, CVar.SERVERONLY); - + /// /// The delay which two votes of the same type are allowed to be made by separate people, in seconds. /// @@ -945,7 +945,7 @@ namespace Content.Shared.CCVar /// How long after the console is authorized for the shuttle to early launch. /// public static readonly CVarDef EmergencyShuttleTransitTime = - CVarDef.Create("shuttle.emergency_transit_time", 120f, CVar.SERVERONLY); + CVarDef.Create("shuttle.emergency_transit_time", 60f, CVar.SERVERONLY); /// /// Whether the emergency shuttle is enabled or should the round just end. diff --git a/Resources/Locale/en-US/shuttles/emergency.ftl b/Resources/Locale/en-US/shuttles/emergency.ftl index 84fb0957c0..b348f53a44 100644 --- a/Resources/Locale/en-US/shuttles/emergency.ftl +++ b/Resources/Locale/en-US/shuttles/emergency.ftl @@ -11,7 +11,7 @@ emergency-shuttle-command-dock-desc = Calls the emergency shuttle and docks it t emergency-shuttle-command-launch-desc = Early launches the emergency shuttle if possible. # Emergency shuttle -emergency-shuttle-left = The Emergency Shuttle has left the station. Estimate {$transitTime} seconds until the shuttle arives at Centcomm. +emergency-shuttle-left = The Emergency Shuttle has left the station. Estimate {$transitTime} seconds until the shuttle arrives at Centcomm. emergency-shuttle-launch-time = The emergency shuttle will launch in {$consoleAccumulator} seconds. emergency-shuttle-docked = The Emergency Shuttle has docked with the station. It will leave in {$time} seconds. emergency-shuttle-good-luck = The Emergency Shuttle is unable to find a station. Good luck.