Merge branch 'main' into feature/death-moves

This commit is contained in:
Chris Ryan 2025-12-03 20:31:44 +10:00
commit fda1581c51
31 changed files with 426 additions and 48 deletions

View file

@ -197,7 +197,7 @@ export default class D20RollDialog extends HandlebarsApplicationMixin(Applicatio
this.config.actionType = this.reactionOverride
? CONFIG.DH.ITEM.actionTypes.reaction.id
: this.config.actionType === CONFIG.DH.ITEM.actionTypes.reaction.id
? null
? CONFIG.DH.ITEM.actionTypes.action.id
: this.config.actionType;
this.render();
}