diff --git a/templates/sheets/actors/character/inventory.hbs b/templates/sheets/actors/character/inventory.hbs index 17faae46..ff595737 100644 --- a/templates/sheets/actors/character/inventory.hbs +++ b/templates/sheets/actors/character/inventory.hbs @@ -53,6 +53,7 @@ collection=document.itemTypes.loot isGlassy=true canCreate=true + showActions=true }} \ No newline at end of file diff --git a/templates/sheets/global/partials/inventory-item-V2.hbs b/templates/sheets/global/partials/inventory-item-V2.hbs index 2d8eb560..a6cd30f0 100644 --- a/templates/sheets/global/partials/inventory-item-V2.hbs +++ b/templates/sheets/global/partials/inventory-item-V2.hbs @@ -139,7 +139,7 @@ Parameters: {{> "systems/daggerheart/templates/sheets/global/partials/item-resource.hbs"}} {{/if}} {{!-- Actions Buttons --}} - {{#if (and showActions (eq item.type 'feature'))}} + {{#if (and showActions item.system.actions.size)}}