]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix some airlocks with multiple access types (#26980)
authorVelcroboy <107660393+IamVelcroboy@users.noreply.github.com>
Mon, 15 Apr 2024 22:22:16 +0000 (17:22 -0500)
committerGitHub <noreply@github.com>
Mon, 15 Apr 2024 22:22:16 +0000 (15:22 -0700)
Co-authored-by: Velcroboy <velcroboy333@hotmail.com>
Resources/Prototypes/Entities/Objects/Devices/Electronics/door_access.yml

index 0c876ebd0ce6ad51224bb8b31feb924ecd21fb61..8b1826857d81e1b7faa80552bc64f1b9edd1eb30 100644 (file)
   suffix: Security/Lawyer, Locked
   components:
   - type: AccessReader
-    access: [["Security""Lawyer"]]
+    access: [["Security"], ["Lawyer"]]
 
 - type: entity
   parent: DoorElectronics
   suffix: Vault, Locked
   components:
   - type: AccessReader
-    access: [["Security""Command"]]
+    access: [["Security"], ["Command"]]
 
 - type: entity
   parent: DoorElectronics