Hotfix - reapply missing css class
This commit is contained in:
@@ -227,7 +227,6 @@ Hooks.once("ready", () => {
|
||||
});
|
||||
|
||||
async function applyDamage(roll, direction) {
|
||||
console.log(roll, direction);
|
||||
const damageValue = Array.from(roll.find(".apply") as HTMLElement[])
|
||||
.map((x) => Math.max(0, Number(x.innerText)))
|
||||
.reduce((prev, curr) => prev + curr, 0);
|
||||
|
||||
Reference in New Issue
Block a user