Skip to content

Commit

Permalink
Доступ тюрьмы ролям ЦК (#109)
Browse files Browse the repository at this point in the history
* добавил prisonallaccess, дал его НКТ и ролям ЦК, пофиксил опечатку в прототипе ПЦК

* там не было опечатки, я её сам случайно сделал, бывает
  • Loading branch information
pheenty authored Oct 4, 2024
1 parent 7175158 commit eacd10c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/CentComm/cburn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
canBeAntag: false
accessGroups:
- AllAccess
- PrisonAllAccess # Stories
access:
- CentralCommand

Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/CentComm/deathsquad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
canBeAntag: false
accessGroups:
- AllAccess
- PrisonAllAccess # Stories
access:
- CentralCommand

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
canBeAntag: false
accessGroups:
- AllAccess
- PrisonAllAccess # Stories
access:
- CentralCommand

Expand Down Expand Up @@ -101,6 +102,7 @@
canBeAntag: false
accessGroups:
- AllAccess
- PrisonAllAccess # Stories
access:
- CentralCommand
special:
Expand Down Expand Up @@ -183,6 +185,7 @@
canBeAntag: false
accessGroups:
- AllAccess
- PrisonAllAccess # Stories
access:
- CentralCommand

Expand Down Expand Up @@ -255,6 +258,7 @@
canBeAntag: false
accessGroups:
- AllAccess
- PrisonAllAccess # Stories
access:
- CentralCommand

Expand Down Expand Up @@ -345,6 +349,7 @@
canBeAntag: false
accessGroups:
- AllAccess
- PrisonAllAccess # Stories
access:
- CentralCommand

Expand Down Expand Up @@ -407,6 +412,7 @@
canBeAntag: false
accessGroups:
- AllAccess
- PrisonAllAccess # Stories
access:
- CentralCommand

Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/CentComm/official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
canBeAntag: false
accessGroups:
- AllAccess
- PrisonAllAccess # Stories
access:
- CentralCommand

Expand Down
9 changes: 9 additions & 0 deletions Resources/Prototypes/Stories/Access/misc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: accessGroup
id: PrisonAllAccess
tags:
- HeadOfPrison
- PrisonBrig
- Prison
- PrisonMed
- PrisonEng
- Prisoner
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@
requireAdminNotify: true
supervisors: job-supervisors-centcom
canBeAntag: false
accessGroups:
- PrisonAllAccess
access:
- HeadOfPrison
- PrisonBrig
- Prison
- PrisonMed
- PrisonEng
- Prisoner
- Command
- Brig
- Security
Expand Down

0 comments on commit eacd10c

Please sign in to comment.