Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
remove all service playtime requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 committed Apr 9, 2024
1 parent ade4c45 commit 1ad78cf
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
name: job-name-bartender
description: job-description-bartender
playTimeTracker: JobBartender
requirements:
- !type:DepartmentTimeRequirement
department: Civilian
time: 1800
# requirements:
# - !type:DepartmentTimeRequirement
# department: Civilian
# time: 1800
startingGear: BartenderGear
icon: "JobIconBartender"
supervisors: job-supervisors-hop
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/Roles/Jobs/Civilian/chef.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
name: job-name-chef
description: job-description-chef
playTimeTracker: JobChef
requirements:
- !type:DepartmentTimeRequirement
department: Civilian
time: 1800
# requirements:
# - !type:DepartmentTimeRequirement
# department: Civilian
# time: 1800
startingGear: ChefGear
icon: "JobIconChef"
supervisors: job-supervisors-hop
Expand Down
14 changes: 7 additions & 7 deletions Resources/Prototypes/Roles/Jobs/Civilian/detective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
name: job-name-detective
description: job-description-detective
playTimeTracker: JobDetective
requirements:
- !type:DepartmentTimeRequirement
department: Security
time: 36000 # 10 hours
- !type:DepartmentTimeRequirement
department: Civilian
time: 18000 # 5 hours
# requirements:
# - !type:DepartmentTimeRequirement
# department: Security
# time: 36000 # 10 hours
# - !type:DepartmentTimeRequirement
# department: Civilian
# time: 18000 # 5 hours
startingGear: DetectiveGear
icon: "JobIconDetective"
supervisors: job-supervisors-hop
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Roles/Jobs/Civilian/lawyer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
name: job-name-lawyer
description: job-description-lawyer
playTimeTracker: JobLawyer
requirements:
- !type:OverallPlaytimeRequirement
time: 36000 # 10 hrs
# requirements:
# - !type:OverallPlaytimeRequirement
# time: 36000 # 10 hrs
startingGear: LawyerGear
icon: "JobIconLawyer"
supervisors: job-supervisors-hop
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Roles/Jobs/Civilian/mime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
name: job-name-mime
description: job-description-mime
playTimeTracker: JobMime
requirements:
- !type:OverallPlaytimeRequirement
time: 14400 #4 hrs
# requirements:
# - !type:OverallPlaytimeRequirement
# time: 14400 #4 hrs
startingGear: MimeGear
icon: "JobIconMime"
supervisors: job-supervisors-hop
Expand Down

0 comments on commit 1ad78cf

Please sign in to comment.