diff --git a/daggerheart.mjs b/daggerheart.mjs
index 8c981763..fa4fff56 100644
--- a/daggerheart.mjs
+++ b/daggerheart.mjs
@@ -133,12 +133,12 @@ Hooks.once('init', () => {
full: {
value: 'icons/magic/fire/barrier-wall-explosion-orange.webp',
isPath: true,
- isNotTransparent: true
+ noColorFilter: true
},
empty: {
value: 'icons/magic/fire/barrier-wall-flame-ring-blue.webp',
isPath: true,
- isNotTransparent: true
+ noColorFilter: true
}
}
};
diff --git a/module/config/actorConfig.mjs b/module/config/actorConfig.mjs
index 7762c523..99d075c2 100644
--- a/module/config/actorConfig.mjs
+++ b/module/config/actorConfig.mjs
@@ -63,8 +63,8 @@ export const abilities = {
* reverse
* label
* images {
- * full { value, isPath, isNotTransparent }
- * empty { value, isPath isNotTransparent }
+ * full { value, isPath, noColorFilter }
+ * empty { value, isPath noColorFilter }
* }
*/
diff --git a/templates/ui/tooltip/resourceManagement.hbs b/templates/ui/tooltip/resourceManagement.hbs
index bd7b8ce7..d43c7a99 100644
--- a/templates/ui/tooltip/resourceManagement.hbs
+++ b/templates/ui/tooltip/resourceManagement.hbs
@@ -7,12 +7,12 @@
{{#unless resource.fullIcon.isPath}}
{{else}}
-
+
{{/unless}}
{{#unless resource.emptyIcon.isPath}}
{{else}}
-
+
{{/unless}}
{{/times}}