Skip to content

Commit

Permalink
Road connections for specials always start on land (#70682)
Browse files Browse the repository at this point in the history
* Update specials.json

Can be removed quickly using a regex replace of
,\s+\{.*"point":\s+\[\s+-?[0-9]+,\s+-?[0-9]+,\s-?[0-9]+\s+\],\s+"locations":\s+\[\s+"land",\s+"road"\s+\]\s+\}

* Added the only mutable this was an issue for
  • Loading branch information
Procyonae authored Jan 9, 2024
1 parent 705e7a2 commit 42e59f3
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 108 deletions.
1 change: 1 addition & 0 deletions data/json/overmap/overmap_mutable/mine_mutable.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"occurrences": [ 0, 2 ],
"flags": [ "MAN_MADE" ],
"check_for_locations": [
[ [ 0, -1, 0 ], [ "land", "road" ] ],
[ [ 0, 0, 0 ], [ "land" ] ],
[ [ 1, 0, 0 ], [ "land" ] ],
[ [ 0, 1, 0 ], [ "land" ] ],
Expand Down
Loading

0 comments on commit 42e59f3

Please sign in to comment.