Skip to content

Commit

Permalink
Fix times
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Aug 2, 2024
1 parent 81c41d8 commit 9d3f3ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Command/captain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobCaptain
requirements:
- !type:CharacterOverallTimeRequirement
time: 3600 # 1 Hour
min: 3600 # 1 Hour
weight: 20
startingGear: CaptainGear
icon: "JobIconCaptain"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
antagAdvantage: 6 # DeltaV - Reduced TC: Head of Staff
requirements:
- !type:CharacterOverallTimeRequirement
time: 3600 # 1 Hour
min: 3600 # 1 Hour
weight: 10 # DeltaV - Changed HoP weight from 20 to 10 due to them not being more important than other Heads
startingGear: HoPGear
icon: "JobIconHeadOfPersonnel"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobHeadOfSecurity
requirements:
- !type:CharacterOverallTimeRequirement
time: 3600 # 1 Hour
min: 3600 # 1 Hour
weight: 10
startingGear: HoSGear
icon: "JobIconHeadOfSecurity"
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 @@ -5,7 +5,7 @@
playTimeTracker: JobWarden
requirements:
- !type:CharacterOverallTimeRequirement
time: 3600 # 1 Hour
min: 3600 # 1 Hour
startingGear: WardenGear
icon: "JobIconWarden"
supervisors: job-supervisors-hos
Expand Down

0 comments on commit 9d3f3ab

Please sign in to comment.