diff options
| author | Linnea Gräf <nea@nea.moe> | 2024-08-07 13:57:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-07 11:57:58 +0000 |
| commit | 1a37c0dd3d94cec2fa6141b4f6e7d553d71f9cd2 (patch) | |
| tree | 53898816cbd95f211ae6ca94b1fa3b65856b4572 | |
| parent | ef198456333754dcebe64277b5d5494d32c21af0 (diff) | |
| download | NotEnoughUpdates-REPO-1a37c0dd3d94cec2fa6141b4f6e7d553d71f9cd2.tar.gz NotEnoughUpdates-REPO-1a37c0dd3d94cec2fa6141b4f6e7d553d71f9cd2.tar.bz2 NotEnoughUpdates-REPO-1a37c0dd3d94cec2fa6141b4f6e7d553d71f9cd2.zip | |
Fix spider teleporter (#1311)
| -rw-r--r-- | constants/islands.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/islands.json b/constants/islands.json index 54763b66..310034aa 100644 --- a/constants/islands.json +++ b/constants/islands.json @@ -100,9 +100,9 @@ { "from": "combat_1", "to": "hub", - "x": 202.5, + "x": -198.5, "y": 85, - "z": -233.5 + "z": -229.5 }, { "from": "hub", |
