Sync with 3.4.0

This commit is contained in:
2021-02-05 20:12:16 +01:00
parent 7d783ec351
commit fbfaecb0d6
17 changed files with 74 additions and 9393 deletions

View File

@ -135,7 +135,7 @@ Hooks.once('init', () => {
}
}
//console.log("calculateSpellDamage -> " + formula );
console.log("calculateSpellDamage -> " + formula );
return eval(formula);
}
@ -185,7 +185,7 @@ Hooks.once('init', () => {
if (aoe)
formula = "AoE (" + formula.capitalize() + ")";
//console.log("calculateSpellAttributes -> " + formula );
console.log("calculateSpellAttributes -> " + formula );
return formula.capitalize();
}