Skip to content

Commit

Permalink
fix overlooked changes
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Asakoto authored Mar 27, 2024
1 parent ecc3c54 commit 143bdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/calc.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ function calcMusic(parameters, verbose) {
pt3 = (2250 + score3 / 5000 |0) * bp2 * bonus4 * fever |0,
ptPerBP = (pt1 * 3 + pt3) / (bp1 * 3 + bp2);

bp += [0, 3, 6, 9, 12, 15, 18, 21, loginBonus == 3 ? 521 : loginBonus ? 121 : 24][daysRemaining];
bp += [0, 3, 6, 9, 12, 15, 18, 21, loginBonus == 3 ? 221 : loginBonus ? 121 : 24][daysRemaining];

let ptsRemaining = targetPt - nowPt;

Expand Down

0 comments on commit 143bdef

Please sign in to comment.