mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Show loot actions in sheet (#1312)
This commit is contained in:
parent
72944698c5
commit
844c683c7d
2 changed files with 2 additions and 1 deletions
|
|
@ -53,6 +53,7 @@
|
||||||
collection=document.itemTypes.loot
|
collection=document.itemTypes.loot
|
||||||
isGlassy=true
|
isGlassy=true
|
||||||
canCreate=true
|
canCreate=true
|
||||||
|
showActions=true
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
@ -139,7 +139,7 @@ Parameters:
|
||||||
{{> "systems/daggerheart/templates/sheets/global/partials/item-resource.hbs"}}
|
{{> "systems/daggerheart/templates/sheets/global/partials/item-resource.hbs"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{!-- Actions Buttons --}}
|
{{!-- Actions Buttons --}}
|
||||||
{{#if (and showActions (eq item.type 'feature'))}}
|
{{#if (and showActions item.system.actions.size)}}
|
||||||
<div class="item-buttons">
|
<div class="item-buttons">
|
||||||
{{#each item.system.actions as | action |}}
|
{{#each item.system.actions as | action |}}
|
||||||
<div class="item-button">
|
<div class="item-button">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue