Fix some airlocks with multiple access types (#26980)
Co-authored-by: Velcroboy <velcroboy333@hotmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user