Merge branch 'feature/granular-action-outcomes' into umbrella-outcomes

This commit is contained in:
WBHarry 2026-06-02 12:31:43 +02:00
commit 7e8d5ae5dc
187 changed files with 2881 additions and 2059 deletions

View file

@ -290,7 +290,7 @@ export default class DHActionBaseConfig extends DaggerheartSheet(ApplicationV2)
};
}
if (this.action.parent.metadata?.isQuantifiable) {
if (this.action.parent.metadata.isInventoryItem) {
options.quantity = {
label: 'DAGGERHEART.GENERAL.itemQuantity',
group: 'Global'