From a6a5cfd35e4c472e20c294a71a92609f778b7e46 Mon Sep 17 00:00:00 2001 From: Kano <89972582+kano-dot@users.noreply.github.com> Date: Thu, 12 Mar 2026 16:42:49 +0300 Subject: [PATCH] Fixes shuttle shutter access requirement (#22012) ## About PR Moves shuttle shutter access requirements from `req_access` to `req_one_access.` Fixes #21998 --- html/changelogs/kano-dot-shuttle-shutter-access-fix.yml | 6 ++++++ maps/sccv_horizon/sccv_horizon.dmm | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 html/changelogs/kano-dot-shuttle-shutter-access-fix.yml diff --git a/html/changelogs/kano-dot-shuttle-shutter-access-fix.yml b/html/changelogs/kano-dot-shuttle-shutter-access-fix.yml new file mode 100644 index 00000000000..bdabef11915 --- /dev/null +++ b/html/changelogs/kano-dot-shuttle-shutter-access-fix.yml @@ -0,0 +1,6 @@ +author: Kano + +delete-after: True + +changes: + - bugfix: "Moved shuttle shutter access requirements from req_access to req_one_access." diff --git a/maps/sccv_horizon/sccv_horizon.dmm b/maps/sccv_horizon/sccv_horizon.dmm index 1a21e29d1a2..2bf048f02fa 100644 --- a/maps/sccv_horizon/sccv_horizon.dmm +++ b/maps/sccv_horizon/sccv_horizon.dmm @@ -30737,7 +30737,7 @@ name = "Airlock Shutters"; pixel_x = -27; pixel_y = 11; - req_access = list(12,31,73,77) + req_one_access = list(12,31,73,77) }, /turf/simulated/floor/plating, /area/horizon/shuttle/canary) @@ -92132,7 +92132,7 @@ name = "Airlock Shutters"; pixel_x = -26; pixel_y = 11; - req_access = list(12,31,73,77) + req_one_access = list(12,31,73,77) }, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/mining) @@ -138863,7 +138863,7 @@ name = "Airlock Shutters"; pixel_y = 13; pixel_x = 32; - req_access = list(12,31,73,77) + req_one_access = list(12,31,73,77) }, /turf/simulated/floor/plating, /area/horizon/shuttle/quark/cargo_hold) @@ -177211,7 +177211,7 @@ name = "Airlock Shutters"; pixel_x = 32; pixel_y = 12; - req_access = list(12,31,73,77) + req_one_access = list(12,31,73,77) }, /turf/simulated/floor/plating, /area/horizon/shuttle/intrepid/main_compartment)