Fix some airlocks with multiple access types (#26980)

Co-authored-by: Velcroboy <velcroboy333@hotmail.com>
This commit is contained in:
Velcroboy
2024-04-15 17:22:16 -05:00
committed by GitHub
parent 34fbd2874e
commit cd46282e51

View File

@@ -229,7 +229,7 @@
suffix: Security/Lawyer, Locked
components:
- type: AccessReader
access: [["Security", "Lawyer"]]
access: [["Security"], ["Lawyer"]]
- type: entity
parent: DoorElectronics
@@ -261,7 +261,7 @@
suffix: Vault, Locked
components:
- type: AccessReader
access: [["Security", "Command"]]
access: [["Security"], ["Command"]]
- type: entity
parent: DoorElectronics