This commit is contained in:
Dapoolp 2025-07-25 00:46:33 +02:00
parent cb92667892
commit 5b4b4affb1
3 changed files with 8 additions and 7 deletions

View file

@ -12,6 +12,7 @@ export default class DamageRoll extends DHRoll {
static async buildEvaluate(roll, config = {}, message = {}) {
if (config.evaluate !== false) {
if(config.dialog.configure === false) roll.constructFormula(config);
for (const roll of config.roll) await roll.roll.evaluate();
}
roll._evaluated = true;