Merged with main

This commit is contained in:
WBHarry 2025-07-19 23:37:08 +02:00
commit 4b82169fbf
74 changed files with 2018 additions and 1299 deletions

View file

@ -8,10 +8,10 @@ export default class RegisterHandlebarsHelpers {
times: this.times,
damageFormula: this.damageFormula,
damageSymbols: this.damageSymbols,
rollParsed: this.rollParsed
rollParsed: this.rollParsed,
hasProperty: foundry.utils.hasProperty
});
}
static add(a, b) {
const aNum = Number.parseInt(a);
const bNum = Number.parseInt(b);