Fixed so that attribute rolls for characters are set as Action type

This commit is contained in:
WBHarry 2025-11-29 16:57:58 +01:00
parent 630ba5ab7d
commit 3918e1946d
2 changed files with 2 additions and 1 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();
}