mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
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:
@@ -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."
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user