Skip to content

Commit

Permalink
close #2209
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-man committed Sep 9, 2024
1 parent 6fac288 commit c7b3843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/apps/roll-dialog/roll-dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,12 @@ export default class RollDialog extends WarhammerRollDialog {
}
_defaultFields()
{
return {
return mergeObject({
modifier : 0,
successBonus : 0,
slBonus : 0,
difficulty : this._defaultDifficulty(),
};
}, super._defaultFields());
}

createBreakdown()
Expand Down

0 comments on commit c7b3843

Please sign in to comment.