This commit is contained in:
WBHarry 2025-08-28 02:05:00 +02:00
parent 2487c200e5
commit 4dfc18f727
3 changed files with 12 additions and 2 deletions

View file

@ -65,7 +65,7 @@ Parameters:
{{#if (and (not hideResources) (eq item.system.resource.type 'simple'))}}
{{> "systems/daggerheart/templates/sheets/global/partials/item-resource.hbs"}}
{{/if}}
{{#if (and (not hideResources) item.system.quantity)}}
{{#if (and (not hideResources) (gte item.system.quantity 0))}}
<div class="item-resource">
<input type="number" class="inventory-item-quantity" value="{{item.system.quantity}}" min="0" />
</div>