From 9909e9d79143d75e14642064aebeeab794854aa6 Mon Sep 17 00:00:00 2001 From: wktr <94459237+WiktorProj@users.noreply.github.com> Date: Sun, 8 Sep 2024 10:38:38 +0200 Subject: [PATCH] 0.4.2.1 --- MeTMT/js/layers.js | 2 +- MeTMT/js/mod.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MeTMT/js/layers.js b/MeTMT/js/layers.js index 07c6064..546504f 100644 --- a/MeTMT/js/layers.js +++ b/MeTMT/js/layers.js @@ -54,7 +54,7 @@ addLayer("+", { ["display-text", function() { if (player['+'].points.gte(15)) {return "- +1 Upgrade for ultra layer"} },], ["display-text", - function() { if (player['+'].points.gte(16)) {return "- Multiply point gain by additions (Currently:

x" + format(player['+'].points.pow(1.1)) + "

)"} },], + function() { if (player['+'].points.gte(16)) {return "- Multiply point gain by additions (Currently:

x" + format(player['+'].points.pow(1.1)) + "

)"} },], ["display-text", function() { if (player['+'].points.gte(17)) {return "- Add a number to the base point gain based off of points (Currently:

+" + format(player.points.pow(0.025)) + "

)"} },], ["display-text", diff --git a/MeTMT/js/mod.js b/MeTMT/js/mod.js index a8785e1..09c0c06 100644 --- a/MeTMT/js/mod.js +++ b/MeTMT/js/mod.js @@ -1,6 +1,6 @@ let modInfo = { name: "MetaTree", - id: "metree", + id: "metree", // what is the point of this author: "unicodes/wk", pointsName: "points", modFiles: ["layers.js", "tree.js"],