Use isInventoryItem to set quantity

This commit is contained in:
Carlos Fernandez 2026-04-16 05:07:08 -04:00
parent dc3390711f
commit aa8e8678fa
5 changed files with 4 additions and 6 deletions

View file

@ -26,7 +26,6 @@ export default class DHWeapon extends AttachableItem {
label: 'DAGGERHEART.GENERAL.Tiers.singular'
}),
equipped: new fields.BooleanField({ initial: false }),
quantity: new fields.NumberField({ integer: true, initial: 1, min: 0, required: true }),
//SETTINGS
secondary: new fields.BooleanField({ initial: false, label: 'DAGGERHEART.ITEMS.Weapon.secondaryWeapon' }),