Show loot actions in sheet

This commit is contained in:
Carlos Fernandez 2025-11-20 00:14:28 -05:00
parent d1cbaa7809
commit 8811377bd6
2 changed files with 2 additions and 1 deletions

View file

@ -53,6 +53,7 @@
collection=document.itemTypes.loot
isGlassy=true
canCreate=true
showActions=true
}}
</div>
</section>

View file

@ -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)}}
<div class="item-buttons">
{{#each item.system.actions as | action |}}
<div class="item-button">