Add the macro trigger into the Items tab, and localize the trigger button for attributes (closes #85)

This commit is contained in:
Oliver 2026-05-02 20:27:15 -06:00
parent a55748d6fc
commit a9567c200a
5 changed files with 25 additions and 5 deletions

View file

@ -382,6 +382,7 @@ export class PlayerSheet extends
weight: config.weightFormatter(item.system.quantifiedWeight),
isExpanded: this.#expandedItems.has(item.uuid),
canExpand: item.system.description.length > 0,
trigger: item.system.trigger,
};
ctx.description = ``;