Skip to content

Commit

Permalink
Merge pull request #623 from httpsnet/offering_fix
Browse files Browse the repository at this point in the history
fix offering calculation
  • Loading branch information
Pseudonian authored Dec 23, 2024
2 parents dfd6083 + d1436f4 commit 6317bd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Calculate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,6 @@ export function calculateOfferings (
q *= 1.05
}
q /= calculateSingularityDebuff('Offering')
q = (Math.floor(q) * 100) / 100
if (player.currentChallenge.ascension === 15) {
q *= 1 + 7 * player.cubeUpgrades[62]
}
Expand Down

0 comments on commit 6317bd0

Please sign in to comment.