Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes whitelist requirement from roles #1826

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
requireAdminNotify: true
supervisors: job-supervisors-captain
canBeAntag: false
whitelisted: true # DeltaV: whitelist requirement because I don't want any dingus judges
#whitelisted: true # DeltaV: whitelist requirement because I don't want any dingus judges
access:
- Command
- ChiefJustice
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Antags/nukeops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
- !type:DepartmentTimeRequirement # DeltaV - Command dept time requirement
department: Command
time: 36000 # DeltaV - 10 hours
- !type:WhitelistRequirement # DeltaV - Whitelist requirement
#- !type:WhitelistRequirement # DeltaV - Whitelist requirement
# should be changed to nukie playtime when thats tracked (wyci)

- type: startingGear
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Command/captain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
time: 108000 # DeltaV - 30 hours, was 15
- !type:OverallPlaytimeRequirement # DeltaV - Playtime requirement
time: 108000 # 30 hours
- !type:WhitelistRequirement # DeltaV - Whitelist requirement
# - !type:WhitelistRequirement # DeltaV - Whitelist requirement
# - !type:AgeRequirement - DeltaV - PR #1611 for context
# requiredAge: 20
weight: 20
Expand All @@ -34,7 +34,7 @@
joinNotifyCrew: true
supervisors: job-supervisors-centcom
canBeAntag: false
whitelisted: true # DeltaV
# whitelisted: true # DeltaV
accessGroups:
- AllAccess
special:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
requireAdminNotify: true
supervisors: job-supervisors-captain
canBeAntag: false
whitelisted: true # DeltaV
#whitelisted: true # DeltaV
access:
- HeadOfSecurity
- Command
Expand Down
Loading