From bc3c7dc795b34b5eb992ce5f5ad3d8f0cb282b4b Mon Sep 17 00:00:00 2001 From: 0Monet <146018959+0Monet@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:58:49 +0200 Subject: [PATCH] fix: Wasp Tower uses the same road connection as Radio Tower (#5128) Update specials.json --- data/json/overmap/overmap_special/specials.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/overmap/overmap_special/specials.json b/data/json/overmap/overmap_special/specials.json index d022e148484e..fd535e2978a6 100644 --- a/data/json/overmap/overmap_special/specials.json +++ b/data/json/overmap/overmap_special/specials.json @@ -794,7 +794,7 @@ { "point": [ 0, 0, 6 ], "overmap": "wasp_tower_top_north" }, { "point": [ 0, 0, 7 ], "overmap": "wasp_tower_roof_north" } ], - "connections": [ { "point": [ 0, -1, 0 ], "connection": "local_road", "from": [ 0, 0, 0 ] } ], + "connections": [ { "point": [ 0, 1, 0 ], "connection": "local_road", "from": [ 0, 0, 0 ] } ], "locations": [ "land" ], "city_distance": [ 0, 20 ], "occurrences": [ 80, 100 ],