Skip to content

Commit

Permalink
Fix justice/sec access
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningRash committed Jun 12, 2024
1 parent 21cd750 commit d8781bc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
- Lawyer
- Prosecutor
- Clerk
- Security
- Maintenance
- External
special:
Expand Down
1 change: 0 additions & 1 deletion Resources/Prototypes/DeltaV/Roles/Jobs/Justice/clerk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
access:
- Justice
- Clerk
- Security
- Maintenance

- type: startingGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
access:
- Prosecutor
- Justice
- Security
- Maintenance

- type: startingGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,10 @@
- type: entity
parent: DoorElectronics
id: DoorElectronicsSecurityLawyer
suffix: Security/Lawyer, Locked
suffix: Security/Justice, Locked #DV - Allow all justice dept to use
components:
- type: AccessReader
access: [["Security"], ["Lawyer"]]
access: [["Security"], ["Justice"]] #DV - Allow all justice dept to use

#- type: entity
# parent: DoorElectronics
Expand Down

0 comments on commit d8781bc

Please sign in to comment.