diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml index 912fcecf58..a78c1da558 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml @@ -144,6 +144,14 @@ - type: AccessReader access: [["Research"]] +- type: entity + parent: AirlockScienceGlass + id: AirlockMedicalScienceGlassLocked + suffix: Medical/Science, Locked + components: + - type: AccessReader + access: [["Research"], ["Medical"]] + - type: entity parent: AirlockCommandGlass id: AirlockCommandGlassLocked @@ -233,6 +241,14 @@ - type: AccessReader access: [["Research"]] +- type: entity + parent: AirlockMaint + id: AirlockMaintRnDMedLocked + suffix: Med/RnD, Locked + components: + - type: AccessReader + access: [["Research"], ["Medical"]] + - type: entity parent: AirlockMaint id: AirlockMaintSecLocked