This commit is contained in:
WBHarry 2026-01-24 15:27:37 +01:00
parent 6f1703d9e5
commit 927fa1edc7
3 changed files with 3 additions and 2 deletions

View file

@ -125,6 +125,7 @@ export default class DHActionBaseConfig extends DaggerheartSheet(ApplicationV2)
async _prepareContext(_options) {
const context = await super._prepareContext(_options, 'action');
context.source = this.action.toObject(true);
context.action = this.action;
context.summons = [];
for (const summon of context.source.summon ?? []) {