mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Fixed resource error on TagTeamDialog reroll
This commit is contained in:
parent
8d8fa983ef
commit
d7ce388cad
3 changed files with 8 additions and 11 deletions
|
|
@ -453,7 +453,8 @@ export default class TagTeamDialog extends HandlebarsApplicationMixin(Applicatio
|
|||
const { parsedRoll, newRoll } = await game.system.api.dice.DualityRoll.reroll(
|
||||
memberData.rollData,
|
||||
dieIndex,
|
||||
diceType
|
||||
diceType,
|
||||
false
|
||||
);
|
||||
const rollData = parsedRoll.toJSON();
|
||||
this.updatePartyData(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue