From 66666ea455b7d9f18bb37c0bc6348c82cc6d5366 Mon Sep 17 00:00:00 2001 From: S34N <12197162+S34NW@users.noreply.github.com> Date: Sun, 10 Jul 2022 16:18:58 +0100 Subject: [PATCH] fixes brig cell 5 not having a correct windoor (#18129) --- _maps/map_files/MetaStation/MetaStation.dmm | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/_maps/map_files/MetaStation/MetaStation.dmm b/_maps/map_files/MetaStation/MetaStation.dmm index 6af85455e7a..86771e08a55 100644 --- a/_maps/map_files/MetaStation/MetaStation.dmm +++ b/_maps/map_files/MetaStation/MetaStation.dmm @@ -85363,10 +85363,6 @@ /turf/simulated/floor/plasteel, /area/security/prison/cell_block/A) "tng" = ( -/obj/machinery/door/window/brigdoor/northleft{ - id = "Cell 5"; - name = "Cell 5" - }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/yellow{ @@ -85384,6 +85380,14 @@ d2 = 8; icon_state = "2-8" }, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + id = "Cell 5"; + name = "Cell 5"; + req_access_txt = "2"; + dir = 1 + }, /turf/simulated/floor/plasteel{ dir = 1; icon_state = "red"