diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml index c02d21faf2..faec5c3ae6 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml @@ -441,7 +441,7 @@ access: [["Armory"]] - type: entity - parent: AirlockEVALocked + parent: AirlockCommandGlassLocked id: AirlockEVAGlassLocked suffix: EVA, Locked components: diff --git a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml index 41b8c879be..a2490a8c8e 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml @@ -102,6 +102,14 @@ - type: AccessReader access: [["Brig"]] +- type: entity + parent: WindoorSecure + id: WindoorSecureCargoLocked + suffix: Cargo, Locked + components: + - type: AccessReader + access: [["Cargo"]] + - type: entity parent: WindoorSecure id: WindoorSecureChapelLocked @@ -135,6 +143,14 @@ components: - type: AccessReader access: [["Engineering"]] + +- type: entity + parent: WindoorSecure + id: WindoorExternalLocked + suffix: External, Locked + components: + - type: AccessReader + access: [["External"]] - type: entity parent: WindoorSecure