mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
fixes APCs having req_access=list(201)
This commit is contained in:
@@ -8639,7 +8639,7 @@
|
||||
layer = 2.9
|
||||
},
|
||||
/obj/structure/closet/secure_closet/engineering_personal{
|
||||
req_access = list(201)
|
||||
req_access = list(271)
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/plasteel{
|
||||
@@ -9095,7 +9095,7 @@
|
||||
name = "UO71 Engineering APC";
|
||||
pixel_x = -25;
|
||||
pixel_y = 0;
|
||||
req_access = list(201);
|
||||
req_access = null;
|
||||
start_charge = 100
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
@@ -9819,7 +9819,7 @@
|
||||
name = "UO71 Medical APC";
|
||||
pixel_x = -25;
|
||||
pixel_y = 0;
|
||||
req_access = list(201);
|
||||
req_access = null;
|
||||
start_charge = 100
|
||||
},
|
||||
/obj/structure/cable{
|
||||
@@ -11447,7 +11447,7 @@
|
||||
pixel_y = -24
|
||||
},
|
||||
/obj/structure/closet/secure_closet/miner{
|
||||
req_access = list(201)
|
||||
req_access = list(271)
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/plasteel,
|
||||
@@ -12543,7 +12543,7 @@
|
||||
icon_state = "miningsec";
|
||||
locked = 0;
|
||||
name = "miner's equipment";
|
||||
req_access = list(201)
|
||||
req_access = list(271)
|
||||
},
|
||||
/obj/item/storage/backpack/satchel_eng,
|
||||
/obj/item/clothing/gloves/fingerless,
|
||||
|
||||
Reference in New Issue
Block a user