]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Additional Glass Doors + Secure Windoors (#25389)
authorFirewatch <54725557+musicmanvr@users.noreply.github.com>
Wed, 21 Feb 2024 06:12:35 +0000 (01:12 -0500)
committerGitHub <noreply@github.com>
Wed, 21 Feb 2024 06:12:35 +0000 (23:12 -0700)
* 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

Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml
Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml

index 72fa03cc6fa8562807dda6d8b29b7a4be3659059..2d65ae4248a279358ee8e1bb71b5ac64d79efbf3 100644 (file)
   - type: AccessReader
     access: [["Lawyer"]]
 
+- type: entity
+  parent: AirlockGlass
+  id: AirlockTheatreGlassLocked
+  suffix: Theatre, Locked
+  components:
+  - type: AccessReader
+    access: [["Theatre"]]
+
 - type: entity
   parent: AirlockGlass
   id: AirlockBarGlassLocked
   - type: AccessReader
     access: [["Kitchen"]]
 
+- type: entity
+  parent: AirlockGlass
+  id: AirlockJanitorGlassLocked
+  suffix: Janitor, Locked
+  components:
+  - type: AccessReader
+    access: [["Janitor"]]
+
 - type: entity
   parent: AirlockGlass
   id: AirlockHydroGlassLocked
   components:
   - type: AccessReader
     access: [["Salvage"]]
-    
+
 - type: entity
   parent: AirlockChemistryGlass
   id: AirlockChemistryGlassLocked
index b4010fe98fd5be7b7b4a9504093ce166ddc9ce93..60e6f47dcc18098316d8f18ade5c69e2bd79937f 100644 (file)
   - 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
   - type: AccessReader
     access: [["Command"]]
 
+- type: entity
+  parent: WindoorSecure
+  id: WindoorSecureDetectiveLocked
+  suffix: Detective, Locked
+  components:
+  - type: AccessReader
+    access: [["Detective"]]
+
 - type: entity
   parent: WindoorSecure
   id: WindoorSecureEngineeringLocked
 
 - 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"]]