Skip to content

Commit

Permalink
Fix some airlocks with multiple access types (#26980)
Browse files Browse the repository at this point in the history
Co-authored-by: Velcroboy <[email protected]>
  • Loading branch information
IamVelcroboy and BurningRash authored Apr 15, 2024
1 parent 5b696cd commit 2047053
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
suffix: Security/Lawyer, Locked
components:
- type: AccessReader
access: [["Security", "Lawyer"]]
access: [["Security"], ["Lawyer"]]

- type: entity
parent: DoorElectronics
Expand Down Expand Up @@ -261,7 +261,7 @@
suffix: Vault, Locked
components:
- type: AccessReader
access: [["Security", "Command"]]
access: [["Security"], ["Command"]]

- type: entity
parent: DoorElectronics
Expand Down

0 comments on commit 2047053

Please sign in to comment.