Skip to content

Commit 9909e9d

Browse files
committed
0.4.2.1
1 parent 5942e0e commit 9909e9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MeTMT/js/layers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ addLayer("+", {
5454
["display-text",
5555
function() { if (player['+'].points.gte(15)) {return "- +1 Upgrade for <span style=\"color: rgb(255, 0, 255); text-shadow: rgb(255, 0, 255) 0px 0px 10px;\">ultra</span> layer"} },],
5656
["display-text",
57-
function() { if (player['+'].points.gte(16)) {return "- Multiply <span style=\"color: rgb(255, 255, 255); text-shadow: rgb(255, 255, 255) 0px 0px 10px;\">point</span> gain by additions (Currently: <h3 style=\"color: rgb(95, 111, 127); text-shadow: rgb(95, 111, 127) 0px 0px 10px;\">x" + format(player['+'].points.pow(1.1)) + "</h3>)"} },],
57+
function() { if (player['+'].points.gte(16)) {return "- Multiply <span style=\"color: rgb(255, 255, 255); text-shadow: rgb(255, 255, 255) 0px 0px 10px;\">point</span> gain by <span style=\"color: rgb(95, 111, 127); text-shadow: rgb(95, 111, 127) 0px 0px 10px;\">additions</span> (Currently: <h3 style=\"color: rgb(95, 111, 127); text-shadow: rgb(95, 111, 127) 0px 0px 10px;\">x" + format(player['+'].points.pow(1.1)) + "</h3>)"} },],
5858
["display-text",
5959
function() { if (player['+'].points.gte(17)) {return "- Add a number to the base <span style=\"color: rgb(255, 255, 255); text-shadow: rgb(255, 255, 255) 0px 0px 10px;\">point</span> gain based off of <span style=\"color: rgb(255, 255, 255); text-shadow: rgb(255, 255, 255) 0px 0px 10px;\">points</span> (Currently: <h3 style=\"color: rgb(255,255,255); text-shadow: rgb(255,255,255) 0px 0px 10px;\">+" + format(player.points.pow(0.025)) + "</h3>)"} },],
6060
["display-text",

MeTMT/js/mod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
let modInfo = {
22
name: "MetaTree",
3-
id: "metree",
3+
id: "metree", // what is the point of this
44
author: "unicodes/wk",
55
pointsName: "points",
66
modFiles: ["layers.js", "tree.js"],

0 commit comments

Comments
 (0)