Skip to content

Commit

Permalink
Update mine entrance overmap special to use new json parking lot special
Browse files Browse the repository at this point in the history
  • Loading branch information
Night-Pryanik committed Oct 18, 2020
1 parent d0c1527 commit 3747e09
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 @@ -1027,7 +1027,7 @@
{
"type": "overmap_special",
"id": "Mine Entrance",
"overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "s_lot" }, { "point": [ 0, 1, 0 ], "overmap": "mine_entrance" } ],
"overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "s_lot_north" }, { "point": [ 0, 1, 0 ], "overmap": "mine_entrance" } ],
"connections": [ { "point": [ 0, -1, 0 ], "terrain": "road", "connection": "local_road", "from": [ 0, 0, 0 ] } ],
"locations": [ "wilderness" ],
"city_distance": [ 15, -1 ],
Expand Down

1 comment on commit 3747e09

@GGgatherer
Copy link
Contributor

@GGgatherer GGgatherer commented on 3747e09 Oct 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after loading a save from before this patch, i now get a debug message about loading bad ter (s_lot), and the lot itself is replaced with abandoned drive-through (at least on the overmap)

Please sign in to comment.