mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 05:01:08 +01:00
Few fixes
This commit is contained in:
parent
1bd2bbd02d
commit
aacaf516b2
8 changed files with 50 additions and 39 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue