Skip to content

Commit

Permalink
fix: Wasp Tower uses the same road connection as Radio Tower (#5128)
Browse files Browse the repository at this point in the history
Update specials.json
  • Loading branch information
0Monet authored Aug 1, 2024
1 parent 920d63d commit bc3c7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/overmap/overmap_special/specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ],
Expand Down

0 comments on commit bc3c7dc

Please sign in to comment.