Skip to content

Commit d3dba14

Browse files
committed
0.4.0.5
1 parent 85b89d6 commit d3dba14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MeTMT/js/mod.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ function getPointGen() {
6060
if (getBuyableAmount('u',11).gte(1)) gain = gain.times(buyableEffect('u',11))
6161
if (player['+'].points.gte(13)) gain = gain.times(1.5)
6262
if (player['+'].points.gte(16)) gain = gain.times(player['+'].points.pow(1.1))
63+
if (hasUpgrade('i', 12)) gain = gain.times(2)
6364
return gain
6465
}
6566

0 commit comments

Comments
 (0)