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

@ -95,7 +95,7 @@ export default class DamageRoll extends DHRoll {
constructFormula(config) {
this.options.roll.forEach(part => {
part.roll = new Roll(part.formula);
part.roll = new Roll(Roll.replaceFormulaData(part.formula, config.data));
this.constructFormulaPart(config, part);
});
return this.options.roll;