Fixed so that we are not looking at the now non-existing metadata.isQuantifiable anymore

This commit is contained in:
WBHarry 2026-05-24 00:26:57 +02:00
parent e4a3f105dc
commit b1cd27f0b3
2 changed files with 2 additions and 2 deletions

View file

@ -204,7 +204,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'