mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
Moved the setting of data.type to d20Roll to not interfer with damageRoll
This commit is contained in:
parent
3e333d3533
commit
8c5a3dbbc5
3 changed files with 6 additions and 6 deletions
|
|
@ -69,7 +69,6 @@ export default class DHRoll extends Roll {
|
|||
|
||||
static postEvaluate(roll, config = {}) {
|
||||
return {
|
||||
type: config.roll.type,
|
||||
total: roll.total,
|
||||
formula: roll.formula,
|
||||
dice: roll.dice.map(d => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue