Skip to content

Commit

Permalink
Merge pull request #636 from ZanderHill/master
Browse files Browse the repository at this point in the history
Update Calculate.ts
  • Loading branch information
Pseudonian authored Jan 14, 2025
2 parents 54dbc28 + 398b66b commit 7a588fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Calculate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ export const calculateObtainium = () => {
G.obtainiumGain *= calculateExalt6Penalty(comps, time)
}

G.obtainiumGain = Math.pow(1.04, player.cubeUpgrades[71] * sumContents(player.talismanRarity))
G.obtainiumGain *= Math.pow(1.04, player.cubeUpgrades[71] * sumContents(player.talismanRarity))

if (!isFinite(G.obtainiumGain)) {
G.obtainiumGain = 1e300
Expand Down

0 comments on commit 7a588fd

Please sign in to comment.