From a4759ebcccc6f45ad766caa27b20b1305a5f6d0b Mon Sep 17 00:00:00 2001 From: PyotrIgn <131798882+PyotrIgn@users.noreply.github.com> Date: Sun, 25 Aug 2024 02:38:01 +0400 Subject: [PATCH] =?UTF-8?q?QoL=20=D1=8D=D0=B2=D0=B0=D0=BA=D1=83=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D0=BE=D0=BD=D0=BD=D0=BE=D0=B3=D0=BE=20=D1=88=D0=B0?= =?UTF-8?q?=D1=82=D1=82=D0=BB=D0=B0=20(#346)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Вернул 5 минут вместо 3 на стыковку эвакуационного шаттла Включил возможность досрочной отправки шаттла командованием Предупреждение об отправке теперь не за 10 секунд, а за 30 Автоматический эвак вызывается теперь если смена 3 часа прошла :cl: PyotrIgn - tweak: Время стыковки эвак.шаттла увеличено до 5 минут - tweak: Включена опция досрочной аварийной отправки шаттла командованием - tweak: Предупреждение об отправлении шаттла поступает теперь за 30 секунд вместо 10 - tweak: Автоматический эвак.шаттл вызывается после 3 часов смены --- Content.Shared/CCVar/CCVars.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index ce56be1bb9a..5e5fe5275a9 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -1605,19 +1605,19 @@ public static readonly CVarDef /// Is the emergency shuttle allowed to be early launched. /// public static readonly CVarDef EmergencyEarlyLaunchAllowed = - CVarDef.Create("shuttle.emergency_early_launch_allowed", false, CVar.SERVERONLY); + CVarDef.Create("shuttle.emergency_early_launch_allowed", true, CVar.SERVERONLY); //ADT-Tweak - включен ранний запуск аварийного шаттла командованием /// /// How long the emergency shuttle remains docked with the station, in seconds. /// public static readonly CVarDef EmergencyShuttleDockTime = - CVarDef.Create("shuttle.emergency_dock_time", 180f, CVar.SERVERONLY); + CVarDef.Create("shuttle.emergency_dock_time", 300f, CVar.SERVERONLY); //ADT-Tweak - время стыковки эвакшаттла увеличен до 5 минут /// /// How long after the console is authorized for the shuttle to early launch. /// public static readonly CVarDef EmergencyShuttleAuthorizeTime = - CVarDef.Create("shuttle.emergency_authorize_time", 10f, CVar.SERVERONLY); + CVarDef.Create("shuttle.emergency_authorize_time", 30f, CVar.SERVERONLY); //ADT-Tweak - предупреждение о запуске за 30 секунд до отправки /// /// The minimum time for the emergency shuttle to arrive at centcomm. @@ -1649,7 +1649,7 @@ public static readonly CVarDef /// Time in minutes after round start to auto-call the shuttle. Set to zero to disable. /// public static readonly CVarDef EmergencyShuttleAutoCallTime = - CVarDef.Create("shuttle.auto_call_time", 90, CVar.SERVERONLY); + CVarDef.Create("shuttle.auto_call_time", 270, CVar.SERVERONLY); //ADT-Tweak - автоматический эвак вызывается после 3 часов /// /// Time in minutes after the round was extended (by recalling the shuttle) to call