Skip to content

Commit

Permalink
fix mail door access
Browse files Browse the repository at this point in the history
  • Loading branch information
Fansana committed Sep 29, 2024
1 parent b64de2f commit 74842f7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,3 +400,11 @@
components:
- type: AccessReader
access: [["Psychologist"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsMail
suffix: Mail, Locked
components:
- type: AccessReader
access: [["Mail"]]
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
id: AirlockMailLocked
suffix: Mail, Locked
components:
- type: AccessReader
access: [["Mail"]]
- type: ContainerFill
containers:
board: [ DoorElectronicsMail ]

- type: entity
parent: AirlockCargoGlass
id: AirlockMailGlassLocked
suffix: Mail, Locked
components:
- type: AccessReader
access: [["Mail"]]
- type: ContainerFill
containers:
board: [ DoorElectronicsMail ]

0 comments on commit 74842f7

Please sign in to comment.