From c608211019e118608ae0908d4e2b249f2cf032b3 Mon Sep 17 00:00:00 2001 From: Tobias Berger Date: Wed, 21 Jan 2026 14:50:49 +0000 Subject: [PATCH] Change FTL times (#5257) This partially reverts #3309 because the changed startup_time made the FTL sound end way before FTL actually happens. --- Resources/ConfigPresets/DeltaV/deltav.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Resources/ConfigPresets/DeltaV/deltav.toml b/Resources/ConfigPresets/DeltaV/deltav.toml index 457d0bc3e1..0009e08ad0 100644 --- a/Resources/ConfigPresets/DeltaV/deltav.toml +++ b/Resources/ConfigPresets/DeltaV/deltav.toml @@ -84,8 +84,7 @@ space_wind = true [shuttle] arrivals = false cooldown = 60 # 50 longer than the default -startup_time = 10 # 4.5 seconds longer than the default -travel_time = 5 # 15 seconds less than the default +travel_time = 9.5 # 10.5 seconds less than the default emergency_dock_time = 240 emergency_transit_time_min = 30 auto_call_time = 120 # rounds are longer