Skip to content

Commit

Permalink
Merge pull request #296 from InvalidArgument3/ringway
Browse files Browse the repository at this point in the history
jump timer /10
  • Loading branch information
InvalidArgument3 authored Dec 15, 2024
2 parents 49397b6 + d1438ba commit 38e4ee4
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 38e4ee4

Please sign in to comment.