From 8916cb639f2759218aaa238f08e5a602ff0092ea Mon Sep 17 00:00:00 2001 From: 0Monet <146018959+0Monet@users.noreply.github.com> Date: Sun, 19 Nov 2023 15:12:07 +0100 Subject: [PATCH] Toxic dump roof --- data/json/overmap/overmap_special/specials.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/json/overmap/overmap_special/specials.json b/data/json/overmap/overmap_special/specials.json index cce333e1325e..e69173d21f04 100644 --- a/data/json/overmap/overmap_special/specials.json +++ b/data/json/overmap/overmap_special/specials.json @@ -1088,7 +1088,10 @@ { "type": "overmap_special", "id": "Toxic Waste Dump", - "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "toxic_dump_north" } ], + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "toxic_dump_north" }, + { "point": [ 0, 0, 1 ], "overmap": "toxic_dump_roof_north" } + ], "locations": [ "land" ], "city_distance": [ 20, -1 ], "city_sizes": [ 8, -1 ],