From 3d98319069a786320d48969d0091e0ac2712c195 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Mon, 19 Jun 2023 20:29:44 +0300 Subject: [PATCH] Add more windoors (#17471) --- .../Structures/Doors/Windoors/windoor.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml index 41ace99bd7..f30472710d 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml @@ -214,3 +214,19 @@ components: - type: AccessReader access: [["HeadOfPersonnel"]] + +- type: entity + parent: WindoorSecure + id: WindoorAtmosphericsLocked + suffix: Atmospherics, Locked + components: + - type: AccessReader + access: [["Atmospherics"]] + +- type: entity + parent: WindoorSecure + id: WindoorParamedicLocked + suffix: Paramedic, Locked + components: + - type: AccessReader + access: [["Paramedic"]]