Few fixes

This commit is contained in:
Dapoolp 2025-06-25 12:01:23 +02:00
parent 1bd2bbd02d
commit aacaf516b2
8 changed files with 50 additions and 39 deletions

View file

@ -412,8 +412,8 @@ export class DamageRoll extends DHRoll {
static async postEvaluate(roll, config = {}) {
config.roll = {
result: roll.total,
dice: roll.dice
dice: roll.dice,
type: config.type
};
if (roll.healing) config.roll.type = roll.healing.type;
}
}