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.
This commit is contained in:
SleepyGemmy
2026-04-15 15:06:43 +00:00
committed by GitHub
parent d04d14532d
commit 857fe5318d
2 changed files with 11 additions and 4 deletions
@@ -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."
+4 -4
View File
@@ -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)