1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-03 15:01:02 +00:00

unl is now optional for Big Components, spacing isn't messed up by absent components

This commit is contained in:
Acamaeda 2020-10-10 21:52:27 -04:00
parent 8840d02a9b
commit 5770f03dd1
5 changed files with 28 additions and 10 deletions

View file

@ -76,4 +76,14 @@ function updateTempData(layerData, tmpData) {
tmpData[item] = layerData[item]()
}
}
}
function updateChallTemp(layer)
{
updateTempData(layers[layer].challs, tmp[layer].challs)
}
function updateBuyableTemp(layer)
{
updateTempData(layers[layer].buyables, tmp[layer].buyables)
}