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

This commit is contained in:
WBHarry 2026-05-24 17:15:17 +02:00 committed by GitHub
parent e4a3f105dc
commit f7f1bdce2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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'