diff --git a/templates/sheets/items/feature/settings.hbs b/templates/sheets/items/feature/settings.hbs index 5e2a20f7..401bc7c9 100644 --- a/templates/sheets/items/feature/settings.hbs +++ b/templates/sheets/items/feature/settings.hbs @@ -3,9 +3,11 @@ data-tab='{{tabs.settings.id}}' data-group='{{tabs.settings.group}}' > - {{> "systems/daggerheart/templates/sheets/global/partials/resource-section/resource-section.hbs" }} + {{#if (or (eq document.parent.type "adversary") (eq document.parent.type "environment"))}}
+ {{/if}} + {{> "systems/daggerheart/templates/sheets/global/partials/resource-section/resource-section.hbs" }} \ No newline at end of file