Skip to content

Commit

Permalink
0.3 again
Browse files Browse the repository at this point in the history
  • Loading branch information
WiktorProj committed Aug 24, 2024
1 parent bd7d4d3 commit 8d879a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MeTMT/js/layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ addLayer("+", {
if (hasUpgrade('r', 21)) mult = mult.div(5)
if (hasUpgrade('m', 13)) mult = mult.div(100)
if (player['+'].points.gte(10)) mult = mult.times(5e20)
if (player['+'].points.gte(14)) mult = mult.times(5e20)
if (player['+'].points.gte(14)) mult = mult.times(5e5)
return mult
},
gainExp() { // Calculate the exponent on main currency from bonuses
Expand Down

0 comments on commit 8d879a5

Please sign in to comment.