Reduce FTL times (#16410)

This commit is contained in:
metalgearsloth
2023-05-14 18:00:36 +10:00
committed by GitHub
parent 11dd988553
commit 74361f1581
2 changed files with 3 additions and 3 deletions

View File

@@ -31,9 +31,9 @@ public sealed partial class ShuttleSystem
private MapId? _hyperSpaceMap;
public const float DefaultStartupTime = 5.5f;
public const float DefaultTravelTime = 30f;
public const float DefaultTravelTime = 20f;
public const float DefaultArrivalTime = 5f;
private const float FTLCooldown = 30f;
private const float FTLCooldown = 10f;
private const float ShuttleFTLRange = 100f;
/// <summary>