1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-10 03:51:33 +00:00

Beta v1.2 Alpha 4

This commit is contained in:
Jacorb90 2020-09-04 13:45:22 -04:00
parent fb2c8543ea
commit cbb14ee2d6
5 changed files with 143 additions and 14 deletions

View file

@ -58,4 +58,6 @@ function updateTemp() {
tmp.hexEff = getHexEff()
if (!tmp.spellEffs) tmp.spellEffs = {}
for (let i=1;i<=3;i++) tmp.spellEffs[i] = getSpellEff(i)
tmp.sGenPowEff = getSGenPowEff()
}