1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-13 05:11:10 +00:00

Mostly work on achievement style stuff

This commit is contained in:
Acamaeda 2020-12-09 01:13:20 -05:00
parent 3c190dab9f
commit d6259fc67d
8 changed files with 33 additions and 18 deletions

View file

@ -365,7 +365,6 @@ addLayer("c", {
return (player.c.buyables[11] == 1)
},
resetDescription: "Melt your points into ",
milestonePopups: true
})
@ -496,7 +495,6 @@ addLayer("a", {
11: {
name: "Get me!",
done() {return true}, // This one is a freebie
tooltip: "",
goalTooltip: "How did this happen?", // Shows when achievement is not completed
doneTooltip: "You did it!", // Showed when the achievement is completed
},

View file

@ -11,8 +11,8 @@ let modInfo = {
// Set your version in num and name
let VERSION = {
num: "2.2.9",
name: "Uprooted",
num: "2.3",
name: "Cooler and Newer",
}
let changelog = `<h1>Changelog:</h1><br>