From e9a6f6dd9352bca833f7ceec8c5e47bcf2e92c95 Mon Sep 17 00:00:00 2001 From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Wed, 15 Jun 2022 14:27:45 -0600 Subject: [PATCH] 39 buried 0 found (#8856) --- .../Entities/Structures/Doors/Airlocks/access.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml index 178cb78d8d..1b56833ff6 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml @@ -666,3 +666,11 @@ components: - type: AccessReader access: [["Captain"]] + +- type: entity + parent: HighSecDoor + id: HighSecArmoryLocked + suffix: Armory, Locked + components: + - type: AccessReader + access: [["Armory"]]