mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Fixes shuttle shutter access requirement (#22012)
## About PR Moves shuttle shutter access requirements from `req_access` to `req_one_access.` Fixes #21998
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
author: Kano
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Moved shuttle shutter access requirements from req_access to req_one_access."
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user