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 @@ -223,6 +247,14 @@ - type: AccessReader access: [["Research"]] +- type: entity + parent: WindoorSecure + id: WindoorSecureServiceLocked + suffix: Service, Locked + components: + - type: AccessReader + access: [["Service"]] + - type: entity parent: WindoorSecure id: WindoorSecureHeadOfPersonnelLocked @@ -230,11 +262,3 @@ components: - type: AccessReader access: [["HeadOfPersonnel"]] - -- type: entity - parent: WindoorSecure - id: WindoorSecureAtmosphericsLocked - suffix: Atmospherics, Locked - components: - - type: AccessReader - access: [["Atmospherics"]]