From c95c677287da068e51bebdf1fc9543af1e2838b6 Mon Sep 17 00:00:00 2001 From: Trilby Date: Wed, 22 Jan 2025 04:00:47 -0500 Subject: [PATCH 1/3] Update _Nadezhda_Colony.dmm --- maps/__Nadezhda/map/_Nadezhda_Colony.dmm | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/maps/__Nadezhda/map/_Nadezhda_Colony.dmm b/maps/__Nadezhda/map/_Nadezhda_Colony.dmm index 39c8e8ff2c7..f91d380b985 100644 --- a/maps/__Nadezhda/map/_Nadezhda_Colony.dmm +++ b/maps/__Nadezhda/map/_Nadezhda_Colony.dmm @@ -2499,9 +2499,6 @@ /obj/item/ammo_magazine/rifle_75, /obj/item/ammo_magazine/rifle_75, /obj/item/ammo_magazine/rifle_75, -/obj/machinery/light_switch{ - pixel_y = 32 - }, /turf/simulated/floor/tiled/dark/gray_platform, /area/nadezhda/command/armory) "azl" = ( @@ -8456,13 +8453,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/steel, /area/nadezhda/rnd/xenobiology/xenoflora) -"bGn" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 32 - }, -/turf/simulated/wall, -/area/nadezhda/maintenance/undergroundfloor2west) "bGq" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 @@ -83753,6 +83743,9 @@ /obj/item/ammo_magazine/smg_35, /obj/item/ammo_magazine/smg_35, /obj/random/pouch/low_chance, +/obj/machinery/light_switch{ + pixel_y = 32 + }, /turf/simulated/floor/tiled/dark/gray_platform, /area/nadezhda/command/armory) "pSz" = ( @@ -179263,7 +179256,7 @@ tvc tvc tvc tvc -bGn +tvc tvc tvc tvc From 76b2f0868d8fa28a6e60262f8ac46017e3c8fcfa Mon Sep 17 00:00:00 2001 From: Trilby Date: Wed, 22 Jan 2025 07:01:29 -0500 Subject: [PATCH 2/3] Update _Nadezhda_Colony.dmm --- maps/__Nadezhda/map/_Nadezhda_Colony.dmm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/maps/__Nadezhda/map/_Nadezhda_Colony.dmm b/maps/__Nadezhda/map/_Nadezhda_Colony.dmm index f91d380b985..381ab6b98f1 100644 --- a/maps/__Nadezhda/map/_Nadezhda_Colony.dmm +++ b/maps/__Nadezhda/map/_Nadezhda_Colony.dmm @@ -71268,19 +71268,22 @@ /obj/machinery/button/remote/airlock{ id = "psychcell3"; name = "Cell 3 Door Bolts"; - pixel_y = -5 + pixel_y = -5; + specialfunctions = 4 }, /obj/machinery/button/remote/airlock{ id = "psychcell2"; name = "Cell 2 Door Bolts"; pixel_x = 6; - pixel_y = 6 + pixel_y = 6; + specialfunctions = 4 }, /obj/machinery/button/remote/airlock{ id = "psychcell1"; name = "Cell 1 Door Bolts"; pixel_x = -6; - pixel_y = 6 + pixel_y = 6; + specialfunctions = 4 }, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/white, From 6b0dc948762ac95779f4412c481dc5d6dce14146 Mon Sep 17 00:00:00 2001 From: Trilby Date: Wed, 22 Jan 2025 07:05:20 -0500 Subject: [PATCH 3/3] access requirements --- maps/__Nadezhda/map/_Nadezhda_Colony.dmm | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/maps/__Nadezhda/map/_Nadezhda_Colony.dmm b/maps/__Nadezhda/map/_Nadezhda_Colony.dmm index 381ab6b98f1..9251f0e5b21 100644 --- a/maps/__Nadezhda/map/_Nadezhda_Colony.dmm +++ b/maps/__Nadezhda/map/_Nadezhda_Colony.dmm @@ -71269,21 +71269,27 @@ id = "psychcell3"; name = "Cell 3 Door Bolts"; pixel_y = -5; - specialfunctions = 4 + specialfunctions = 4; + req_one_access = list(5,45); + req_access = newlist() }, /obj/machinery/button/remote/airlock{ id = "psychcell2"; name = "Cell 2 Door Bolts"; pixel_x = 6; pixel_y = 6; - specialfunctions = 4 + specialfunctions = 4; + req_one_access = list(5,45); + req_access = newlist() }, /obj/machinery/button/remote/airlock{ id = "psychcell1"; name = "Cell 1 Door Bolts"; pixel_x = -6; pixel_y = 6; - specialfunctions = 4 + specialfunctions = 4; + req_one_access = list(5,45); + req_access = newlist() }, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/white,