From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:51:13 +0000 (-0500) Subject: Adds plasma windoors for Armory, Sec, Command, and Atmos (#26149) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=394390b35b81e1a74641df3930a3ae9ffd39e36b;p=space-station-14.git Adds plasma windoors for Armory, Sec, Command, and Atmos (#26149) * Adds plasma windoors for Armory, Sec, Command * Adds atmos too --------- Co-authored-by: Jeff --- 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