Skip to content

Commit

Permalink
Merge pull request #283 from InvalidArgument3/enceladus
Browse files Browse the repository at this point in the history
ringway 1 million km
  • Loading branch information
InvalidArgument3 authored Dec 7, 2024
2 parents e66e154 + 3481cd2 commit dc31248
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 dc31248

Please sign in to comment.