Fixes Turret Access

This commit is contained in:
Unknown
2020-03-18 17:37:02 -04:00
parent 6905716d36
commit 17ee13d80f

View File

@@ -7855,9 +7855,11 @@
/obj/machinery/turretid/lethal{
ailock = 1;
check_synth = 0;
check_weapons = 1;
control_area = /area/mothership/bridge;
name = "defense turret controls";
pixel_x = 32
pixel_x = 32;
req_access = list(101)
},
/turf/simulated/floor/tiled/steel_grid,
/area/mothership/bridge)