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"]]