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)
|
||||
|
||||
@@ -47768,7 +47768,8 @@
|
||||
icon_state = "control_standby";
|
||||
name = "Antechamber Turret Control";
|
||||
pixel_x = -32;
|
||||
req_access = list(65)
|
||||
req_access = null;
|
||||
req_access_txt = "65"
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
|
||||
dir = 4
|
||||
|
||||
@@ -13270,12 +13270,7 @@
|
||||
contents = newlist(/obj/item/clothing/suit/armor/vest,/obj/item/gun/ballistic/automatic/pistol,/obj/item/suppressor,/obj/item/melee/classic_baton/telescopic,/obj/item/clothing/mask/balaclava,/obj/item/bodybag,/obj/item/soap/nanotrasen)
|
||||
},
|
||||
/obj/item/storage/backpack/duffelbag/syndie/hitman,
|
||||
/obj/item/card/id/silver{
|
||||
access = list(12);
|
||||
assignment = "Reaper";
|
||||
name = "Thirteen's ID Card (Reaper)";
|
||||
registered_name = "Thirteen"
|
||||
},
|
||||
/obj/item/card/id/silver/reaper,
|
||||
/obj/item/lazarus_injector,
|
||||
/obj/item/gun/energy/e_gun/advtaser,
|
||||
/obj/item/gun/ballistic/revolver/russian,
|
||||
|
||||
@@ -47575,7 +47575,8 @@
|
||||
/obj/machinery/door/airlock/centcom{
|
||||
name = "Crematorium";
|
||||
opacity = 1;
|
||||
req_access = list(27)
|
||||
req_access = null;
|
||||
req_access_txt = "27"
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
|
||||
/turf/open/floor/plasteel/dark,
|
||||
|
||||
Reference in New Issue
Block a user