mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Fixes Turret Access
This commit is contained in:
@@ -7855,9 +7855,11 @@
|
|||||||
/obj/machinery/turretid/lethal{
|
/obj/machinery/turretid/lethal{
|
||||||
ailock = 1;
|
ailock = 1;
|
||||||
check_synth = 0;
|
check_synth = 0;
|
||||||
|
check_weapons = 1;
|
||||||
control_area = /area/mothership/bridge;
|
control_area = /area/mothership/bridge;
|
||||||
name = "defense turret controls";
|
name = "defense turret controls";
|
||||||
pixel_x = 32
|
pixel_x = 32;
|
||||||
|
req_access = list(101)
|
||||||
},
|
},
|
||||||
/turf/simulated/floor/tiled/steel_grid,
|
/turf/simulated/floor/tiled/steel_grid,
|
||||||
/area/mothership/bridge)
|
/area/mothership/bridge)
|
||||||
|
|||||||
Reference in New Issue
Block a user