From: Firewatch <54725557+musicmanvr@users.noreply.github.com> Date: Wed, 21 Feb 2024 06:12:35 +0000 (-0500) Subject: Additional Glass Doors + Secure Windoors (#25389) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=16622f62d645a0be50165907bf5fc231d68d4b5a;p=space-station-14.git Additional Glass Doors + Secure Windoors (#25389) * additional doors because we all need a bit more in life * virology isn't an access levl oh and added detective too * Update windoor.yml virology bad --- diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml index 72fa03cc6f..2d65ae4248 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml @@ -382,6 +382,14 @@ - type: AccessReader access: [["Lawyer"]] +- type: entity + parent: AirlockGlass + id: AirlockTheatreGlassLocked + suffix: Theatre, Locked + components: + - type: AccessReader + access: [["Theatre"]] + - type: entity parent: AirlockGlass id: AirlockBarGlassLocked @@ -446,6 +454,14 @@ - type: AccessReader access: [["Kitchen"]] +- type: entity + parent: AirlockGlass + id: AirlockJanitorGlassLocked + suffix: Janitor, Locked + components: + - type: AccessReader + access: [["Janitor"]] + - type: entity parent: AirlockGlass id: AirlockHydroGlassLocked @@ -501,7 +517,7 @@ components: - type: AccessReader access: [["Salvage"]] - + - type: entity parent: AirlockChemistryGlass id: AirlockChemistryGlassLocked diff --git a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml index b4010fe98f..60e6f47dcc 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml @@ -103,6 +103,22 @@ - type: AccessReader access: [["Armory"]] +- type: entity + parent: WindoorSecure + id: WindoorSecureAtmosphericsLocked + suffix: Atmospherics, Locked + components: + - type: AccessReader + access: [["Atmospherics"]] + +- type: entity + parent: WindoorSecure + id: WindoorSecureBarLocked + suffix: Bar, Locked + components: + - type: AccessReader + access: [["Bar"]] + - type: entity parent: WindoorSecureSecurityLocked id: WindoorSecureBrigLocked @@ -151,6 +167,14 @@ - type: AccessReader access: [["Command"]] +- type: entity + parent: WindoorSecure + id: WindoorSecureDetectiveLocked + suffix: Detective, Locked + components: + - type: AccessReader + access: [["Detective"]] + - type: entity parent: WindoorSecure id: WindoorSecureEngineeringLocked @@ -225,16 +249,16 @@ - type: entity parent: WindoorSecure - id: WindoorSecureHeadOfPersonnelLocked - suffix: HeadOfPersonnel, Locked + id: WindoorSecureServiceLocked + suffix: Service, Locked components: - type: AccessReader - access: [["HeadOfPersonnel"]] + access: [["Service"]] - type: entity parent: WindoorSecure - id: WindoorSecureAtmosphericsLocked - suffix: Atmospherics, Locked + id: WindoorSecureHeadOfPersonnelLocked + suffix: HeadOfPersonnel, Locked components: - type: AccessReader - access: [["Atmospherics"]] + access: [["HeadOfPersonnel"]]