From f717cc49c3cf79e303ecccc199f5512752dc021c Mon Sep 17 00:00:00 2001 From: xRiriq <94037592+xRiriq@users.noreply.github.com> Date: Sun, 14 Nov 2021 22:48:57 -0500 Subject: [PATCH] mixed use medical-science door for genetics (#5342) Co-authored-by: xRiriq --- .../Structures/Doors/Airlocks/access.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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