From a4a7b8e7ca63109cb6489160b4741674183489a5 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Mon, 9 Mar 2026 14:54:57 +0100 Subject: [PATCH] Changed variable name --- daggerheart.mjs | 4 ++-- module/config/actorConfig.mjs | 4 ++-- templates/ui/tooltip/resourceManagement.hbs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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}}