This commit is contained in:
Dapoolp 2025-08-10 00:55:41 +02:00
parent 1c000c7cfe
commit 389b32c6ad
11 changed files with 89 additions and 53 deletions

View file

@ -15,7 +15,6 @@ export default class DamageRoll extends DHRoll {
const parts = config.roll.map(r => this.postEvaluate(r));
config.damage = this.unifyDamageRoll(parts);
// config.targetSelection = config.targets?.length
}
static postEvaluate(roll, config = {}) {