Skip to content

Commit

Permalink
Grants the service guard janitor access (#1689)
Browse files Browse the repository at this point in the history
* Grants the service guard janitor access

* Update extra_access

---------

Co-authored-by: Bloop <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Apr 4, 2024
1 parent 3953228 commit b1fe048
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modular_nova/modules/goofsec/code/department_guards.dm
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@
sechud_icon_state = SECHUD_BOUNCER
extra_access = list(
ACCESS_BAR,
ACCESS_JANITOR,
ACCESS_SERVICE,
ACCESS_BRIG_ENTRANCE,
ACCESS_HYDROPONICS,
Expand All @@ -636,6 +637,7 @@
)
minimal_access = list(
ACCESS_BAR,
ACCESS_JANITOR,
ACCESS_SERVICE,
ACCESS_BRIG_ENTRANCE,
ACCESS_HYDROPONICS,
Expand Down

0 comments on commit b1fe048

Please sign in to comment.