Skip to content

Commit

Permalink
0.3_1/2
Browse files Browse the repository at this point in the history
  • Loading branch information
WiktorProj committed Aug 25, 2024
1 parent ffcff30 commit 1bfca46
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions MeTMT/js/mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,7 @@ function addedPlayerData() { return {
// Display extra things at the top of the page
var displayThings = [
function() {return 'You have ' + format(player['+'].points, 0) + ' additions'},
function() {
features = [
"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",
"+2 Upgrades for mega layer", "+3 Upgrades for mega layer", "Ultra layer, 2 upgrades for it",
"x3 point gain", "Ultra Buyable", "x1.5 point gain", "Gain 1% of ultra points/s", undefined, undefined, undefined, undefined, "Infinity layer, 4 upgrades for it"
]
if (features[parseInt(player['+'].points.toStringWithDecimalPlaces(0))] == undefined) return 'Latest added feature: Nothing'
return 'Latest added feature: ' + features[parseInt(player['+'].points.toStringWithDecimalPlaces(0))]},
"Endgame: infinity upgrade 14",
"Endgame: infinity upgrade 14",
function() {
if (player.points.lte(100)) {
return "If 1 point is a centimeter, you'd have " + format(player.points) + "cm"
Expand Down

0 comments on commit 1bfca46

Please sign in to comment.