diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml index a9f67b0b49..3762e1c867 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml @@ -119,6 +119,14 @@ components: - type: AccessReader access: [["Research"]] + +- type: entity + parent: AirlockScience + id: AirlockMedicalScienceLocked + suffix: Medical/Science, Locked + components: + - type: AccessReader + access: [["Research"], ["Medical"]] - type: entity parent: AirlockCommand @@ -252,7 +260,7 @@ - type: entity parent: AirlockEngineeringGlass id: AirlockEngineeringGlassLocked - suffix: Glass, Locked + suffix: Engineering, Locked components: - type: AccessReader access: [["Engineering"]] @@ -421,7 +429,7 @@ - type: entity parent: AirlockMaint id: AirlockMaintRnDLocked - suffix: RnD, Locked + suffix: Science, Locked components: - type: AccessReader access: [["Research"]] @@ -429,7 +437,7 @@ - type: entity parent: AirlockMaint id: AirlockMaintRnDMedLocked - suffix: Med/RnD, Locked + suffix: Medical/Science, Locked components: - type: AccessReader access: [["Research"], ["Medical"]] diff --git a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml index ba815c6b5b..a1e66b0b79 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml @@ -73,3 +73,27 @@ components: - type: AccessReader access: [["Security"]] + +- type: entity + parent: WindoorSecure + id: WindoorEngineeringLocked + suffix: Engineering, Locked + components: + - type: AccessReader + access: [["Engineering"]] + +- type: entity + parent: WindoorSecure + id: WindoorChapelLocked + suffix: Chapel, Locked + components: + - type: AccessReader + access: [["Chapel"]] + +- type: entity + parent: WindoorSecure + id: WindoorJanitorLocked + suffix: Janitor, Locked + components: + - type: AccessReader + access: [["Janitor"]] \ No newline at end of file