mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-09 20:51:21 +01:00
Corrected back to actions for right items
This commit is contained in:
parent
3d735e6a09
commit
eb96e8b813
17 changed files with 148 additions and 58 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<legend>{{title}}</legend>
|
||||
<ul class="items-list">
|
||||
{{#unless (eq cardView 'card') }}
|
||||
{{#if (eq type 'domainCard')}}
|
||||
{{#if (or (eq type 'domainCard') (eq type 'armor') (eq type 'consumable') (eq type 'miscellaneous') (eq type 'weapon'))}}
|
||||
{{#each document.items as |item|}}
|
||||
{{#if (eq item.type ../type)}}
|
||||
{{#unless (and (eq ../type 'domainCard') (or (and item.system.inVault (not ../isVault)) (and (not item.system.inVault) ../isVault)))}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue