Update the theming for Actor sheets #80

Merged
Oliver merged 5 commits from theming/actor-sheet into main 2026-04-30 01:57:13 +00:00
Showing only changes of commit 6b937e03c4 - Show all commits

View file

@ -145,7 +145,7 @@ export class AttributeItemData extends foundry.abstract.TypeDataModel {
});
};
await macro?.execute({ item });
await macro?.execute({ item: this.parent });
};
// #endregion Methods
};