1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-12 04:51:06 +00:00
This commit is contained in:
Acamaeda 2020-11-30 15:03:26 -05:00
parent 2096c3db7f
commit a9d55645b5
10 changed files with 32 additions and 23 deletions

View file

@ -83,7 +83,8 @@ addLayer("c", {
name: "Fun",
completionLimit: 3,
challengeDescription() {return "Makes the game 0% harder<br>"+challengeCompletions(this.layer, this.id) + "/" + this.completionLimit + " completions"},
unlocked() { return player[this.layer].best.gt(0) },
unlocked() { return player[this.layer].best.gt(0) },
goalDescription: 'Have 20 lollipops I guess',
goal: new Decimal("20"),
currencyDisplayName: "lollipops", // Use if using a nonstandard currency
currencyInternalName: "points", // Use if using a nonstandard currency

View file

@ -12,7 +12,7 @@ let modInfo = {
// Set your version in num and name
let VERSION = {
num: "2.2.5",
num: "2.2.6",
name: "Uprooted",
}