Merge pull request 'Update the theming for Actor sheets' (#80) from theming/actor-sheet into main

Reviewed-on: #80
This commit is contained in:
Oliver 2026-04-30 01:57:12 +00:00
commit fe0a21f0ca
11 changed files with 168 additions and 33 deletions

View file

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