From 857fe5318d7bd4d556a7e8faad4aa6e74480f7e9 Mon Sep 17 00:00:00 2001 From: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Date: Wed, 15 Apr 2026 17:06:43 +0200 Subject: [PATCH] Spark Shutters Access Fix (#22229) fixes the shuttles' access shutters not allowing Spark and Canary accesses and the Spark's access shutters not having mining access. fixes #22222. --- html/changelogs/SleepyGemmy-spark_access_fix.yml | 7 +++++++ maps/sccv_horizon/sccv_horizon.dmm | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 html/changelogs/SleepyGemmy-spark_access_fix.yml diff --git a/html/changelogs/SleepyGemmy-spark_access_fix.yml b/html/changelogs/SleepyGemmy-spark_access_fix.yml new file mode 100644 index 00000000000..f169d0d2078 --- /dev/null +++ b/html/changelogs/SleepyGemmy-spark_access_fix.yml @@ -0,0 +1,7 @@ +author: SleepyGemmy + +delete-after: True + +changes: + - bugfix: "Fixed the shuttles' access shutters not allowing the Spark and Canary accesses." + - bugfix: "Fixed the Spark's access shutters not having mining access." diff --git a/maps/sccv_horizon/sccv_horizon.dmm b/maps/sccv_horizon/sccv_horizon.dmm index 6a201ca6fc0..b4b680065a9 100644 --- a/maps/sccv_horizon/sccv_horizon.dmm +++ b/maps/sccv_horizon/sccv_horizon.dmm @@ -30886,7 +30886,7 @@ name = "Airlock Shutters"; pixel_x = -27; pixel_y = 11; - req_one_access = list(12,31,73,77) + req_one_access = list(12,31,73,76,77,78) }, /turf/simulated/floor/plating, /area/horizon/shuttle/canary) @@ -92372,7 +92372,7 @@ name = "Airlock Shutters"; pixel_x = -26; pixel_y = 11; - req_one_access = list(12,31,73,77) + req_one_access = list(12,31,48,73,76,77,78) }, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/mining) @@ -139212,7 +139212,7 @@ name = "Airlock Shutters"; pixel_y = 13; pixel_x = 32; - req_one_access = list(12,31,73,77) + req_one_access = list(12,31,73,76,77,78) }, /turf/simulated/floor/plating, /area/horizon/shuttle/quark/cargo_hold) @@ -177670,7 +177670,7 @@ name = "Airlock Shutters"; pixel_x = 32; pixel_y = 12; - req_one_access = list(12,31,73,77) + req_one_access = list(12,31,73,76,77,78) }, /turf/simulated/floor/plating, /area/horizon/shuttle/intrepid/main_compartment)