Skip to content

Commit

Permalink
Adding clerk access to evidence lockers and brig timers. (#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
PPooch authored Oct 23, 2024
1 parent 1f21b46 commit c2b056f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
description: To store bags of bullet casings and detainee belongings.
components:
- type: AccessReader
access: [["Security"], ["Prosecutor"]] # DeltaV - allow Pros access to Evidence
access: [["Security"], ["Prosecutor"], ["Clerk"]] # DeltaV - allow Pros and Clerk access to Evidence

# Syndicate
- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
description: It's a timer for brig cells.
components:
- type: AccessReader
access: [["Security"], ["Prosecutor"]] # DeltaV - Added justice dept
access: [["Security"], ["Prosecutor"], ["Clerk"]] # DeltaV - Added justice dept
- type: Construction
graph: Timer
node: brig
Expand Down

0 comments on commit c2b056f

Please sign in to comment.