Skip to content

Commit

Permalink
oh my god MORE MISTAKES
Browse files Browse the repository at this point in the history
  • Loading branch information
WiktorProj committed Aug 20, 2024
1 parent daab6a5 commit 667b727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MeTMT/js/layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ addLayer("+", {
["display-text",
function() { if (player['+'].points.gte(8)) {return "- Mega layer, 2 upgrades for it"} },],
["display-text",
function() { if (player['+'].points.gte(9)) {return "- +1 Upgrades for mega layer"} },],
function() { if (player['+'].points.gte(9)) {return "- +2 Upgrades for mega layer"} },],
],
},
},
Expand Down
2 changes: 1 addition & 1 deletion MeTMT/js/mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ var displayThings = [
"Addition layer", "Prestige layer, 1 upgrade for it", "+2 Upgrades for prestige layer", "+1 Upgrades for prestige layer",
"+3 Upgrades for prestige layer", "<span style='font-size: 75%'>Rebirth layer, 1 upgrade for it, a x2 point boost and +2 Upgrades for prestige layer</span>",
"+4 Upgrades for rebirth layer", "Nerf rebirth upgrade 15, and +4 Upgrades for rebirth layer", "Mega layer, 2 upgrades for it",
"+1 Upgrades for mega layer"
"+2 Upgrades for mega layer"
]
if (features[parseInt(player['+'].points.toStringWithDecimalPlaces(0))] == undefined) return 'Latest added feature: Nothing'
return 'Latest added feature: ' + features[parseInt(player['+'].points.toStringWithDecimalPlaces(0))]},
Expand Down

0 comments on commit 667b727

Please sign in to comment.