Skip to content

Commit

Permalink
Warden whitelist
Browse files Browse the repository at this point in the history
Make the warden whitelisted, increase playtime requirements.
No more redshirts with RPGs, show a little class.
  • Loading branch information
TadJohnson00 committed Mar 2, 2024
1 parent 8967329 commit 0750411
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Resources/Prototypes/Roles/Jobs/Security/warden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
description: job-description-warden
playTimeTracker: JobWarden
requirements:
# - !type:RoleTimeRequirement # DeltaV - No SecurityOfficer time requirement
# role: JobSecurityOfficer
# time: 36000 #10 hrs
- !type:DepartmentTimeRequirement # DeltaV - Security time requirement
department: Security
time: 36000 # 10 hours
- !type:RoleTimeRequirement # DeltaV - JobSecurityOfficer time requirement. Make them experienced in proper officer work.
role: JobSecurityOfficer
time: 43200 # DeltaV - 12 hrs
- !type:DepartmentTimeRequirement # DeltaV - JobDetective time requirement. Give them an understanding of basic forensics.
department: JobDetective
time: 14400 # DeltaV - 4 hours
- !type:WhitelistRequirement # DeltaV - Whitelist requirement
startingGear: WardenGear
icon: "JobIconWarden"
supervisors: job-supervisors-hos
Expand Down

0 comments on commit 0750411

Please sign in to comment.