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)