mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 06:26:13 +01:00
fixed reaction situation.
This commit is contained in:
parent
f689d6d137
commit
721135ab0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue