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

Fixed new nodes not changing color when you can unlock them

This commit is contained in:
Acamaeda 2020-09-27 16:25:06 -04:00
parent fc18275f8c
commit df9c2da09d
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ function loadVue() {
treeNode: true,
[layer]: true,
hidden: !layers[layer].layerShown(),
locked: !player[layer].unl,
locked: !player[layer].unl && !tmp.layerAmt[layer].gte(tmp.layerReqs[layer]),
can: layerUnl(layer),
}"
v-bind:style="{