Skip to content

Commit

Permalink
reduce mime and clown playtime requirement (#2668)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Nov 18, 2024
1 parent e77548d commit c466ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Civilian/clown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobClown
requirements:
- !type:OverallPlaytimeRequirement
time: 90000 #25 hrs # Corvax-RoleTime
time: 3600 #1 hrs # Corvax-RoleTime
startingGear: ClownGear
icon: "JobIconClown"
supervisors: job-supervisors-hop
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Civilian/mime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobMime
requirements:
- !type:OverallPlaytimeRequirement
time: 90000 #25 hrs # Corvax-RoleTime
time: 3600 #1 hrs # Corvax-RoleTime
startingGear: MimeGear
icon: "JobIconMime"
supervisors: job-supervisors-hop
Expand Down

0 comments on commit c466ed9

Please sign in to comment.