Skip to content

Commit

Permalink
Update TeleportGateway.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
InvalidArgument3 authored Dec 15, 2024
1 parent 49397b6 commit d1438ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ringway/Data/Scripts/TeleportGateway/TeleportGateway.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d1438ba

Please sign in to comment.