diff --git a/templates/partials/item-header.html b/templates/partials/item-header.html index b0b7dfd3..d3163052 100644 --- a/templates/partials/item-header.html +++ b/templates/partials/item-header.html @@ -3,7 +3,7 @@

- {{#unless data.isSpell}} + {{#unless (eq item.type "spell")}}
@@ -13,7 +13,7 @@

- {{#if data.isMutagen}} + {{#if (eq item.type "mutagen")}} {{/if}} - {{#unless data.isMutagen}} + {{#unless (eq item.type "mutagen")}} {{/unless}}
{{/unless}} - {{#if data.isSpell}} + {{#if (eq item.type "spell")}}
- {{>"systems/TheWitcherTRPG/templates/partials/item-header.html"}} +{{>"systems/TheWitcherTRPG/templates/partials/item-header.html"}} diff --git a/templates/sheets/spell-sheet.html b/templates/sheets/spell-sheet.html index e593713d..41be028a 100644 --- a/templates/sheets/spell-sheet.html +++ b/templates/sheets/spell-sheet.html @@ -1,6 +1,5 @@ - - {{>"systems/TheWitcherTRPG/templates/partials/item-header.html"}} +{{>"systems/TheWitcherTRPG/templates/partials/item-header.html"}}
diff --git a/templates/sheets/valuable-sheet.html b/templates/sheets/valuable-sheet.html index 5ff8d5d8..3a02f7a0 100644 --- a/templates/sheets/valuable-sheet.html +++ b/templates/sheets/valuable-sheet.html @@ -1,5 +1,5 @@ - {{>"systems/TheWitcherTRPG/templates/partials/item-header.html"}} +{{>"systems/TheWitcherTRPG/templates/partials/item-header.html"}}
diff --git a/templates/sheets/weapon-sheet.html b/templates/sheets/weapon-sheet.html index f3b0905d..43fe1d93 100644 --- a/templates/sheets/weapon-sheet.html +++ b/templates/sheets/weapon-sheet.html @@ -1,5 +1,5 @@ - {{>"systems/TheWitcherTRPG/templates/partials/item-header.html"}} +{{>"systems/TheWitcherTRPG/templates/partials/item-header.html"}}
{{localize "WITCHER.Mutagen.MutSource"}}