From fae7efd023b505bb16f6bdc122da3daa2a5a77e9 Mon Sep 17 00:00:00 2001 From: Chris Ryan Date: Fri, 9 Jan 2026 11:50:28 +1000 Subject: [PATCH] Made the Blaze of Glory ActiveEffect image use configured version --- module/applications/dialogs/deathMove.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/applications/dialogs/deathMove.mjs b/module/applications/dialogs/deathMove.mjs index 2be56dd0..1bd9d242 100644 --- a/module/applications/dialogs/deathMove.mjs +++ b/module/applications/dialogs/deathMove.mjs @@ -123,7 +123,7 @@ export default class DhDeathMove extends HandlebarsApplicationMixin(ApplicationV { name: game.i18n.localize('DAGGERHEART.CONFIG.DeathMoves.blazeOfGlory.name'), description: game.i18n.localize('DAGGERHEART.CONFIG.DeathMoves.blazeOfGlory.description'), - img: 'icons/magic/movement/abstract-ribbons-red-orange.webp', + img: CONFIG.DH.GENERAL.deathMoves.blazeOfGlory.img, changes: [ { key: 'system.rules.roll.guaranteedCritical',