From 96c49a151cef9723c31034f02d2e4e77d48acde6 Mon Sep 17 00:00:00 2001 From: SethLafuente <84478872+SethLafuente@users.noreply.github.com> Date: Fri, 6 Aug 2021 15:46:51 -0700 Subject: [PATCH] Adds Science Windoors (#4433) Co-authored-by: SETh lafuente --- .../Entities/Structures/Doors/Windoors/windoor.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml index 31debff337..972dfadf25 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml @@ -29,6 +29,15 @@ - type: AccessReader access: [["Medical"]] +# Science windoor +- type: entity + parent: WindoorSecure + id: WindoorScienceLocked + suffix: Science, Locked + components: + - type: AccessReader + access: [["Research"]] + # HOP's office windoor - type: entity parent: WindoorSecure