Current Target Save & Action without roll chat message

This commit is contained in:
Dapoolp 2025-08-02 20:56:42 +02:00
parent 74df2c4e87
commit b31c14bf76
14 changed files with 224 additions and 205 deletions

View file

@ -16,7 +16,7 @@ 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
// config.targetSelection = config.targets?.length
}
static postEvaluate(roll, config = {}) {