Skip to content

Commit

Permalink
fix: central labs will generate stairs at z-2 (#4040)
Browse files Browse the repository at this point in the history
Fixed central lab stairs
  • Loading branch information
Vollch authored Dec 31, 2023
1 parent 91ea357 commit f6573a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/overmap/overmap_mutable/lab.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit f6573a5

Please sign in to comment.