Skip to content

Commit

Permalink
fix deltav door access
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Apr 9, 2024
1 parent 6030f1f commit 8d0c006
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 89 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
- type: entity
parent: DoorElectronics
id: DoorElectronicsMantis
suffix: Mantis, Locked
components:
- type: AccessReader
access: [["Mantis"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsCorpsman
suffix: Corpsman, Locked
components:
- type: AccessReader
access: [["Corpsman"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsBoxer
suffix: Boxer, Locked
components:
- type: AccessReader
access: [["Boxer"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsClown
suffix: Clown, Locked
components:
- type: AccessReader
access: [["Clown"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsMime
suffix: Mime, Locked
components:
- type: AccessReader
access: [["Mime"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsMusician
suffix: Musician, Locked
components:
- type: AccessReader
access: [["Musician"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsReporter
suffix: Reporter, Locked
components:
- type: AccessReader
access: [["Reporter"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsZookeeper
suffix: Zookeeper, Locked
components:
- type: AccessReader
access: [["Zookeeper"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsPsychologist
suffix: Psychologist, Locked
components:
- type: AccessReader
access: [["Psychologist"]]
Loading

0 comments on commit 8d0c006

Please sign in to comment.