From 27a4a7d2e1daf372ef90553773883ba9a21d1292 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Mon, 9 Mar 2026 19:09:12 -0400 Subject: [PATCH] Remove some vestigial inCompendiums --- templates/sheets/items/armor/description.hbs | 3 --- templates/sheets/items/weapon/description.hbs | 2 -- 2 files changed, 5 deletions(-) diff --git a/templates/sheets/items/armor/description.hbs b/templates/sheets/items/armor/description.hbs index e684f3f1..af2698ef 100644 --- a/templates/sheets/items/armor/description.hbs +++ b/templates/sheets/items/armor/description.hbs @@ -1,9 +1,6 @@
- {{#if inCompendium}}{{> "systems/daggerheart/templates/sheets/global/partials/item-tags.hbs" item }}{{/if}} - {{#if features.length}}
-

{{localize "DAGGERHEART.GENERAL.features"}}

{{#each features as | feature |}}
{{localize feature.label}}: {{{localize feature.description}}}
{{/each}} diff --git a/templates/sheets/items/weapon/description.hbs b/templates/sheets/items/weapon/description.hbs index 88d72c99..af2698ef 100644 --- a/templates/sheets/items/weapon/description.hbs +++ b/templates/sheets/items/weapon/description.hbs @@ -1,6 +1,4 @@
- {{#if inCompendium}}{{> "systems/daggerheart/templates/sheets/global/partials/item-tags.hbs" item }}{{/if}} - {{#if features.length}}
{{#each features as | feature |}}