fixed reaction situation.

This commit is contained in:
Nikhil Nagarajan 2026-01-26 14:23:20 -05:00
parent f689d6d137
commit 721135ab0b

View file

@ -9,7 +9,7 @@ export default class D20RollDialog extends HandlebarsApplicationMixin(Applicatio
this.roll = roll;
this.config = config;
this.config.experiences = [];
this.reactionOverride = config.actionType === 'reaction';
this.reactionOverride = config.actionType === 'reaction'|| config.roll?.type === 'reaction';
this.selectedEffects = this.config.bonusEffects;
if (config.source?.action) {