From b491dc543d325ad9bd6fb4455808c4c9e068efc2 Mon Sep 17 00:00:00 2001 From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Sun, 22 May 2022 21:07:04 -0600 Subject: [PATCH] Command Locked and Captain Locked High Sec Doors (#8340) * Update access.yml * Update access.yml --- .../Structures/Doors/Airlocks/access.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml index e2aa364011..178cb78d8d 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml @@ -650,5 +650,19 @@ - type: AccessReader access: [["External"]] +#HighSecDoors +- type: entity + parent: HighSecDoor + id: HighSecCommandLocked + suffix: Command, Locked + components: + - type: AccessReader + access: [["Command"]] - +- type: entity + parent: HighSecDoor + id: HighSecCaptainLocked + suffix: Captain, Locked + components: + - type: AccessReader + access: [["Captain"]]