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

Security time requirement #870

Merged
Merged
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
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Security/brigmedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# department: Medical
# time: 10800 # 3 hrs
- !type:OverallPlaytimeRequirement
time: 21600 # 6 hrs
time: 36000 # Frontier - 10 hrs
startingGear: BrigmedicGear
icon: "JobIconBrigmedic"
supervisors: job-supervisors-hos
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Security/detective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobDetective
requirements:
- !type:OverallPlaytimeRequirement
time: 21600
time: 36000 # Frontier - 10 hrs
startingGear: DetectiveGear
icon: "JobIconDetective"
supervisors: job-supervisors-hos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
time: 10800
- !type:DepartmentTimeRequirement
department: Security
time: 54000 #15 hrs
time: 36000 # Frontier - 10 hrs
inverted: true # stop playing intern if you're good at security!
startingGear: SecurityCadetGear
icon: "JobIconSecurityCadet"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobSecurityOfficer
requirements:
- !type:OverallPlaytimeRequirement
time: 21600
time: 36000 # Frontier - 10 hrs
startingGear: SecurityOfficerGear
icon: "JobIconSecurityOfficer"
supervisors: job-supervisors-hos
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Security/warden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
time: 21600 # Frontier - 6 hours
- !type:RoleTimeRequirement
role: JobSecurityOfficer
time: 21600 # Frontier - 6 hours
time: 36000 # Frontier - 10 hrs
startingGear: WardenGear
icon: "JobIconWarden"
supervisors: job-supervisors-hos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobPrisonGuard
requirements:
- !type:OverallPlaytimeRequirement
time: 21600
time: 36000 # Frontier - 10 hrs
startingGear: PrisonGuardGear
icon: "JobIconWarden"
supervisors: job-supervisors-hos # Frontier
Expand Down
Loading