mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Merged with main
This commit is contained in:
commit
4b82169fbf
74 changed files with 2018 additions and 1299 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue