From d3dba14636b946d8612c119e14675d13a8bc6ab5 Mon Sep 17 00:00:00 2001 From: wktr <94459237+WiktorProj@users.noreply.github.com> Date: Fri, 6 Sep 2024 18:44:19 +0200 Subject: [PATCH] 0.4.0.5 --- MeTMT/js/mod.js | 1 + 1 file changed, 1 insertion(+) diff --git a/MeTMT/js/mod.js b/MeTMT/js/mod.js index 623996b..aaa956b 100644 --- a/MeTMT/js/mod.js +++ b/MeTMT/js/mod.js @@ -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 }