Skip to content

Commit

Permalink
Make crates 10x more common
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Mar 14, 2024
1 parent a6c856b commit 4d28f6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/util/handleTripFinish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ const tripFinishEffects: TripFinishEffect[] = [
}
dropratePerMinute = Math.ceil(dropratePerMinute / 3);
dropratePerMinute = Math.ceil(dropratePerMinute / 5.5);
dropratePerMinute = Math.ceil(dropratePerMinute / 10);
if (user.isIronman) {
dropratePerMinute = Math.ceil(dropratePerMinute / 3);
}
Expand Down

0 comments on commit 4d28f6e

Please sign in to comment.