From f6573a564d7bca6c8ffe364374e3dca1664ed55e Mon Sep 17 00:00:00 2001 From: Vollch Date: Mon, 1 Jan 2024 02:58:12 +0300 Subject: [PATCH] fix: central labs will generate stairs at z-2 (#4040) Fixed central lab stairs --- data/json/overmap/overmap_mutable/lab.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/overmap/overmap_mutable/lab.json b/data/json/overmap/overmap_mutable/lab.json index 00d19faeff76..3da1ee23f21e 100644 --- a/data/json/overmap/overmap_mutable/lab.json +++ b/data/json/overmap/overmap_mutable/lab.json @@ -263,7 +263,7 @@ "central_lab_core_stub": { "overmap": "central_lab_core" }, "central_lab_stub": { "overmap": "central_lab_core" }, "central_lab_stairs_stub": { - "overmap": "central_lab_core", + "overmap": "central_lab_stairs", "below": "lab_to_lab", "north": { "id": "lab_to_lab", "type": "reject" }, "east": { "id": "lab_to_lab", "type": "reject" },