- {{#if (eq charType "creature")}}
+ {{#if (isCreature charType)}}
{{>"systems/bol/templates/actor/parts/tabs/creature-stats.hbs"}}
{{> "systems/bol/templates/actor/parts/tabs/creature-actions.hbs"}}
{{else}}
{{>"systems/bol/templates/actor/parts/tabs/actor-stats.hbs"}}
{{/if}}
-
- {{#if (ne charType "creature")}}
+
+ {{#if (isCreature charType)}}
+ {{else}}
{{> "systems/bol/templates/actor/parts/tabs/actor-actions.hbs"}}
{{/if}}
- {{#if (ne charType "creature")}}
+ {{#if (isCreature charType)}}
+ {{else}}
{{> "systems/bol/templates/actor/parts/tabs/actor-features.hbs"}}
diff --git a/templates/actor/parts/actor-header.hbs b/templates/actor/parts/actor-header.hbs
index 3c8e1c8e..213622bd 100644
--- a/templates/actor/parts/actor-header.hbs
+++ b/templates/actor/parts/actor-header.hbs
@@ -24,6 +24,7 @@