Merged with Development

This commit is contained in:
WBHarry 2025-09-18 22:31:22 +02:00
commit 36c952faff
7 changed files with 13 additions and 19 deletions

View file

@ -16,7 +16,7 @@ export default class D20RollDialog extends HandlebarsApplicationMixin(Applicatio
this.action =
config.data.attack?._id == config.source.action
? config.data.attack
: this.item.system.actions.get(config.source.action);
: this.item.system.actionsList?.find(a => a.id === config.source.action);
}
}