Skip to content

Commit

Permalink
ringway 1 million km
Browse files Browse the repository at this point in the history
  • Loading branch information
InvalidArgument3 committed Dec 7, 2024
1 parent f72b3e9 commit 3481cd2
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 @@ -50,7 +50,7 @@ public class TeleportGateway : MyGameLogicComponent {
private const float POWER_PER_100KM = 1.0f; // 1 MWh per 100km
private const float MIN_TELEPORT_CHARGE_PERCENTAGE = 0.1f; // 10% charge threshold

private const double MAX_TELEPORT_DISTANCE = 100000.0 * 1000; // 100,000 km in meters
private const double MAX_TELEPORT_DISTANCE = 1000000.0 * 1000; // 100,000,000 km in meters
private static MyParticleEffect teleportEffect;

static TeleportGateway() {
Expand Down

0 comments on commit 3481cd2

Please sign in to comment.