From 394390b35b81e1a74641df3930a3ae9ffd39e36b Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Thu, 18 Apr 2024 05:51:13 -0500 Subject: [PATCH] Adds plasma windoors for Armory, Sec, Command, and Atmos (#26149) * Adds plasma windoors for Armory, Sec, Command * Adds atmos too --------- Co-authored-by: Jeff --- .../Structures/Doors/Windoors/windoor.yml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml index 0c5b48df09..55d1d351a6 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml @@ -141,6 +141,14 @@ - type: AccessReader access: [["Armory"]] +- type: entity + parent: WindoorSecurePlasma + id: PlasmaWindoorSecureArmoryLocked + suffix: Armory, Locked, Plasma + components: + - type: AccessReader + access: [["Armory"]] + - type: entity parent: WindoorSecure id: WindoorSecureAtmosphericsLocked @@ -149,6 +157,14 @@ - type: AccessReader access: [["Atmospherics"]] +- type: entity + parent: WindoorSecurePlasma + id: PlasmaWindoorSecureAtmosphericsLocked + suffix: Atmospherics, Locked, Plasma + components: + - type: AccessReader + access: [["Atmospherics"]] + - type: entity parent: WindoorSecure id: WindoorSecureBarLocked @@ -229,6 +245,14 @@ - type: AccessReader access: [["Command"]] +- type: entity + parent: WindoorSecurePlasma + id: PlasmaWindoorSecureCommandLocked + suffix: Command, Locked, Plasma + components: + - type: AccessReader + access: [["Command"]] + - type: entity parent: WindoorSecure id: WindoorSecureDetectiveLocked @@ -325,6 +349,14 @@ - type: AccessReader access: [["Security"]] +- type: entity + parent: WindoorSecurePlasma + id: PlasmaWindoorSecureSecurityLocked + suffix: Security, Locked, Plasma + components: + - type: AccessReader + access: [["Security"]] + - type: entity parent: WindoorSecure id: WindoorSecureScienceLocked -- 2.52.0