From d0e7fc76558e1aa25beb8f6a1cd7fc8f6203ca09 Mon Sep 17 00:00:00 2001 From: zimon9 <122945887+zimon9@users.noreply.github.com> Date: Fri, 17 Jan 2025 00:58:58 -0500 Subject: [PATCH] Adds a CE access requirement to the wrecker's equipment room on the Derecho (#3998) ## About The Pull Request This PR tweaks the wrecker's equipment storage room's airlock so that it requires either CE access or mining access in order to open. ## Why It's Good For The Game This would allow for the Foreman aboard the Derecho to access the wrecker's equipment, which I feel makes sense. @Apogee-dev , the developer of the Derecho, is also fine with this change. ## Changelog :cl: code: modifies the access requirements to the wrecker's equipment room aboard the Derecho so that the Foreman can access it /:cl: --- _maps/shuttles/syndicate/syndicate_ngr_derecho.dmm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_maps/shuttles/syndicate/syndicate_ngr_derecho.dmm b/_maps/shuttles/syndicate/syndicate_ngr_derecho.dmm index 586a592bb7c1..2fefe2a23261 100644 --- a/_maps/shuttles/syndicate/syndicate_ngr_derecho.dmm +++ b/_maps/shuttles/syndicate/syndicate_ngr_derecho.dmm @@ -2587,6 +2587,12 @@ pixel_y = 7 }, /obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/hatch{ + dir = 4; + name = "Locker Room"; + req_access_txt = null; + req_one_access_txt = "48,56" + }, /turf/open/floor/plasteel/dark, /area/ship/cargo) "vF" = ( @@ -5645,7 +5651,7 @@ /obj/machinery/door/airlock/hatch{ dir = 4; name = "Locker Room"; - req_access_txt = "48" + req_one_access = list(48, 56) }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/tech/grid,