Skip to content

Commit

Permalink
0.4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
WiktorProj committed Sep 6, 2024
1 parent 85b89d6 commit d3dba14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MeTMT/js/mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ function getPointGen() {
if (getBuyableAmount('u',11).gte(1)) gain = gain.times(buyableEffect('u',11))
if (player['+'].points.gte(13)) gain = gain.times(1.5)
if (player['+'].points.gte(16)) gain = gain.times(player['+'].points.pow(1.1))
if (hasUpgrade('i', 12)) gain = gain.times(2)
return gain
}

Expand Down

0 comments on commit d3dba14

Please sign in to comment.