From d1438ba5584367e82e37f54d721b09c31d26926b Mon Sep 17 00:00:00 2001 From: Invalid <51190031+InvalidArgument3@users.noreply.github.com> Date: Sun, 15 Dec 2024 15:24:36 -0600 Subject: [PATCH] Update TeleportGateway.cs --- Ringway/Data/Scripts/TeleportGateway/TeleportGateway.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ringway/Data/Scripts/TeleportGateway/TeleportGateway.cs b/Ringway/Data/Scripts/TeleportGateway/TeleportGateway.cs index a8e1c92..05e4ad3 100644 --- a/Ringway/Data/Scripts/TeleportGateway/TeleportGateway.cs +++ b/Ringway/Data/Scripts/TeleportGateway/TeleportGateway.cs @@ -46,7 +46,7 @@ public class TeleportGateway : MyGameLogicComponent { private const float POWER_THRESHOLD = 0.1f; // 10% power threshold for failure private const float BASE_COUNTDOWN_SECONDS = 5; // Minimum countdown time - private const float SECONDS_PER_100KM = 0.1f; // Additional second per 100km + private const float SECONDS_PER_100KM = 0.01f; // Additional second per 100km private const float POWER_PER_100KM = 1.0f; // 1 MWh per 100km private const float MIN_TELEPORT_CHARGE_PERCENTAGE = 0.1f; // 10% charge threshold