From 76ce776c50e82829a1a6202830aeb64483a97570 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 20 Apr 2022 20:30:11 +0200 Subject: [PATCH] [MIRROR] limits runtime station to 1 space ruin z level [MDB IGNORE] (#12939) * limits runtime station to 1 space ruin z level (#66320) * limits runtime station to 1 space ruin z level Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com> --- _maps/runtimestation.json | 1 + 1 file changed, 1 insertion(+) diff --git a/_maps/runtimestation.json b/_maps/runtimestation.json index 98c73c5dd55..6b77a7321f2 100644 --- a/_maps/runtimestation.json +++ b/_maps/runtimestation.json @@ -3,6 +3,7 @@ "map_name": "Runtime Station", "map_path": "map_files/debug", "map_file": "runtimestation.dmm", + "space_ruin_levels": 1, "shuttles": { "cargo": "cargo_delta" }