mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes Turret Access
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user