1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-04-24 18:21:03 +00:00

Moved respec checkbox to respec-button, update version+changelog

This commit is contained in:
Harley White 2021-04-29 23:42:17 -04:00
parent a80184ee0a
commit bbcb4802ff
5 changed files with 17 additions and 10 deletions

View file

@ -360,7 +360,7 @@ addLayer("c", {
},
tooltip() { // Optional, tooltip displays when the layer is unlocked
let tooltip = formatWhole(player[this.layer].points) + " " + this.resource
if (player[this.layer].buyables[11].gt(0)) tooltip += "\n" + formatWhole(player[this.layer].buyables[11]) + " Exhancers"
if (player[this.layer].buyables[11].gt(0)) tooltip += "<br>" + formatWhole(player[this.layer].buyables[11]) + " Exhancers"
return tooltip
},
shouldNotify() { // Optional, layer will be highlighted on the tree if true.