mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 20:23:26 +00:00
Fixes #7943.
Access to engineering equipment is now enough to manipulate shield generators.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
icon_state = "Shield_Gen"
|
icon_state = "Shield_Gen"
|
||||||
anchored = 0
|
anchored = 0
|
||||||
density = 1
|
density = 1
|
||||||
req_access = list(access_teleporter)
|
req_access = list(access_engine_equip)
|
||||||
var/active = 0
|
var/active = 0
|
||||||
var/power = 0
|
var/power = 0
|
||||||
var/state = 0
|
var/state = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user