Skip to content

Commit

Permalink
0.4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WiktorProj committed Sep 8, 2024
1 parent f94d636 commit 5942e0e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion MeTMT/js/layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,15 @@ addLayer("a", {
done() {return player['i'].points.gte(1)} // ignore the lazy solution
},
28: {
name: "v0.3.x & v0.4.x complete",
name: "v0.3.x complete",
tooltip: "Get infinity upgrade 14",
done() {return hasUpgrade('i', 14)}
},
29: {
name: "v0.4.x complete",
tooltip: "Get infinity upgrade 17",
done() {return hasUpgrade('i', 17)}
},
},
tabFormat: {
"Achievements": {
Expand Down

0 comments on commit 5942e0e

Please sign in to comment.