From 54cb62fb4dc84d98fdcdb6fd87df9869b3a2513b Mon Sep 17 00:00:00 2001 From: Dvir Date: Tue, 15 Aug 2023 01:24:05 +0300 Subject: [PATCH] APC-Change Added protection to command APC --- Resources/Prototypes/_NF/Entities/Structures/Power/apc.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/_NF/Entities/Structures/Power/apc.yml b/Resources/Prototypes/_NF/Entities/Structures/Power/apc.yml index 3bdab73e958..520f3e99baa 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Power/apc.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Power/apc.yml @@ -8,4 +8,6 @@ maxCharge: 50000 startingCharge: 50000 - type: Apc - apcIgnoreEmp: true \ No newline at end of file + apcIgnoreEmp: true + - type: AccessReader + access: [["Command"], ["Security"]]