Skip to content

Commit

Permalink
fix lots of door access (#26858)
Browse files Browse the repository at this point in the history
* dirty after calling SetAccesses

* fix door access

* D

* pro ops

* nukeop

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
  • Loading branch information
deltanedas authored and NullWanderer committed Apr 10, 2024
1 parent 33712a2 commit 4080a1c
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 145 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@
- type: AccessReader
access: [["Hydroponics"]]

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

- type: entity
parent: DoorElectronics
id: DoorElectronicsCaptain
Expand Down Expand Up @@ -151,6 +159,14 @@
- type: AccessReader
access: [["Command"]]

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

- type: entity
parent: DoorElectronics
id: DoorElectronicsChiefMedicalOfficer
Expand Down Expand Up @@ -207,6 +223,14 @@
- type: AccessReader
access: [["Security"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsSecurityLawyer
suffix: Security/Lawyer, Locked
components:
- type: AccessReader
access: [["Security", "Lawyer"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsDetective
Expand Down Expand Up @@ -255,6 +279,14 @@
- type: AccessReader
access: [["SyndicateAgent"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsNukeop
suffix: Nukeop, Locked
components:
- type: AccessReader
access: [["NuclearOperative"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsRnDMed
Expand Down
Loading

0 comments on commit 4080a1c

Please sign in to comment.