diff --git a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml index 972dfadf25..57fa6f18a9 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml @@ -55,3 +55,12 @@ components: - type: AccessReader access: [["Cargo"]] + +# Security windoor +- type: entity + parent: WindoorSecure + id: WindoorSecurityLocked + suffix: Security, Locked + components: + - type: AccessReader + access: [["Security"]]