Skip to content

Commit

Permalink
Make easter crates more common
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Mar 13, 2024
1 parent da7797d commit 625e6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/util/handleTripFinish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ const tripFinishEffects: TripFinishEffect[] = [
}
}
dropratePerMinute = Math.ceil(dropratePerMinute / 3);
dropratePerMinute = Math.ceil(dropratePerMinute / 3);
dropratePerMinute = Math.ceil(dropratePerMinute / 5.5);
if (user.isIronman) {
dropratePerMinute = Math.ceil(dropratePerMinute / 3);
}
Expand Down

0 comments on commit 625e6e6

Please sign in to comment.