Add the macro trigger into the Items tab, and localize the trigger button for attributes (closes #85)
This commit is contained in:
parent
a55748d6fc
commit
a9567c200a
5 changed files with 25 additions and 5 deletions
|
|
@ -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 = ``;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue