We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b89d6 commit d3dba14Copy full SHA for d3dba14
MeTMT/js/mod.js
@@ -60,6 +60,7 @@ function getPointGen() {
60
if (getBuyableAmount('u',11).gte(1)) gain = gain.times(buyableEffect('u',11))
61
if (player['+'].points.gte(13)) gain = gain.times(1.5)
62
if (player['+'].points.gte(16)) gain = gain.times(player['+'].points.pow(1.1))
63
+ if (hasUpgrade('i', 12)) gain = gain.times(2)
64
return gain
65
}
66
0 commit comments