Skip to content

Commit

Permalink
Fix Mail Doors (#986)
Browse files Browse the repository at this point in the history
# Description

Fixes mail doors. I missed this door when working on the previous PR

# Changelog

:cl:
- fix: Fixes door access for mail doors
  • Loading branch information
Fansana authored Oct 2, 2024
1 parent ad6949e commit 1dbce62
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 1dbce62

Please sign in to comment.