Adds whitelist requirements to sec/command (#4025)
* adds whitelist requirements to sec/command * adds DeltaV comments --------- Signed-off-by: Tad "Taddy" Johnson <120885811+TadJohnson00@users.noreply.github.com>
This commit is contained in:
parent
be25641a94
commit
abfac357ac
|
|
@ -15,6 +15,7 @@
|
|||
icon: "JobIconPrisonGuard"
|
||||
supervisors: job-supervisors-warden
|
||||
setPreference: true
|
||||
whitelisted: true
|
||||
access:
|
||||
- Security
|
||||
#- Brig #Delta V: Removed brig access
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
requireAdminNotify: true # DeltaV
|
||||
supervisors: job-supervisors-captain
|
||||
canBeAntag: false
|
||||
whitelisted: true # DeltaV
|
||||
access:
|
||||
- Cargo
|
||||
- Salvage
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
requireAdminNotify: true # DeltaV
|
||||
supervisors: job-supervisors-captain
|
||||
canBeAntag: false
|
||||
whitelisted: true # DeltaV
|
||||
access:
|
||||
- Command
|
||||
- HeadOfPersonnel
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
requireAdminNotify: true # DeltaV
|
||||
supervisors: job-supervisors-captain
|
||||
canBeAntag: false
|
||||
whitelisted: true # DeltaV
|
||||
access:
|
||||
- Maintenance
|
||||
- Engineering
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
requireAdminNotify: true # DeltaV
|
||||
supervisors: job-supervisors-captain
|
||||
canBeAntag: false
|
||||
whitelisted: true # DeltaV
|
||||
access:
|
||||
- Medical
|
||||
- Command
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
requireAdminNotify: true # DeltaV
|
||||
supervisors: job-supervisors-captain
|
||||
canBeAntag: false
|
||||
whitelisted: true # DeltaV
|
||||
access:
|
||||
- Research
|
||||
- Command
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
icon: "JobIconDetective"
|
||||
supervisors: job-supervisors-hos
|
||||
canBeAntag: false
|
||||
whitelisted: true # DeltaV
|
||||
access:
|
||||
- Security
|
||||
#- Brig # DeltaV - Removed brig access
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
icon: "JobIconSecurityOfficer"
|
||||
supervisors: job-supervisors-hos
|
||||
canBeAntag: false
|
||||
whitelisted: true # DeltaV
|
||||
access:
|
||||
- Security
|
||||
#- Brig # DeltaV - Removed brig access
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
icon: "JobIconBrigmedic"
|
||||
supervisors: job-supervisors-hos
|
||||
canBeAntag: false
|
||||
whitelisted: true
|
||||
access:
|
||||
- Medical
|
||||
- Security
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
department: Security
|
||||
time: 72000 #20 hrs
|
||||
canBeAntag: false
|
||||
whitelisted: true
|
||||
icon: JobIconSecurityBorg
|
||||
supervisors: job-supervisors-everyone
|
||||
jobEntity: PlayerBorgSecurity
|
||||
|
|
|
|||
Loading…
Reference in New Issue