mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Fixes access on turrets
Maint access has nothing to do with it, and the rest is just ?! why is it there!?
This commit is contained in:
@@ -1427,7 +1427,7 @@
|
||||
name = "Telecoms lethal turret control";
|
||||
pixel_y = 29;
|
||||
req_access = list(61);
|
||||
req_one_access = list(12)
|
||||
req_one_access = list()
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 8
|
||||
@@ -1749,8 +1749,8 @@
|
||||
desc = "A firewall prevents AIs from interacting with this device.";
|
||||
name = "Telecoms Foyer turret control";
|
||||
pixel_y = 29;
|
||||
req_access = list();
|
||||
req_one_access = list(10,12,16,17,61)
|
||||
req_access = list(61);
|
||||
req_one_access = list()
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/tcommsat/entrance{
|
||||
|
||||
Reference in New Issue
Block a user