generated from incremental-social/The-Modding-Tree
i did an oopsie
This commit is contained in:
parent
79b6262235
commit
b3584d426d
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ addLayer("ach", {
|
|||
"achievements"
|
||||
],
|
||||
tooltip() {
|
||||
return format(player[this.layer].achievements.length) + " achievement" + format(player[this.layer].achievements.length == 1 ? "" : "s")
|
||||
return format(player[this.layer].achievements.length) + " achievement" + (player[this.layer].achievements.length == 1 ? "" : "s")
|
||||
},
|
||||
row: "side", // Row the layer is in on the tree (0 is the first row)
|
||||
layerShown(){return true}
|
||||
|
|
Loading…
Reference in a new issue