Merge pull request #35518 from ShizCalev/ACCESS-FIXES-MK2
Actually fixes broken accesses
This commit is contained in:
committed by
CitadelStationBot
parent
4b88853918
commit
ebd82bfe50
@@ -49336,7 +49336,8 @@
|
||||
icon_state = "control_standby";
|
||||
name = "Antechamber Turret Control";
|
||||
pixel_y = -24;
|
||||
req_access = list(65)
|
||||
req_access = null;
|
||||
req_access_txt = "65"
|
||||
},
|
||||
/obj/machinery/light/small,
|
||||
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
|
||||
@@ -49572,7 +49573,8 @@
|
||||
icon_state = "control_standby";
|
||||
name = "Atmospherics Turret Control";
|
||||
pixel_x = -27;
|
||||
req_access = list(65)
|
||||
req_access = null;
|
||||
req_access_txt = "65"
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
|
||||
dir = 4
|
||||
@@ -49597,7 +49599,8 @@
|
||||
icon_state = "control_standby";
|
||||
name = "Service Bay Turret Control";
|
||||
pixel_x = 27;
|
||||
req_access = list(65)
|
||||
req_access = null;
|
||||
req_access_txt = "65"
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,
|
||||
/turf/open/floor/plasteel/darkblue/corner{
|
||||
@@ -49887,7 +49890,8 @@
|
||||
name = "Chamber Hallway Turret Control";
|
||||
pixel_x = 32;
|
||||
pixel_y = -24;
|
||||
req_access = list(65)
|
||||
req_access = null;
|
||||
req_access_txt = "65"
|
||||
},
|
||||
/turf/open/floor/plasteel/dark,
|
||||
/area/ai_monitored/turret_protected/aisat_interior)
|
||||
|
||||
Reference in New Issue
Block a user