mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Made the Blaze of Glory ActiveEffect image use configured version
This commit is contained in:
parent
df84d0e117
commit
fae7efd023
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ export default class DhDeathMove extends HandlebarsApplicationMixin(ApplicationV
|
||||||
{
|
{
|
||||||
name: game.i18n.localize('DAGGERHEART.CONFIG.DeathMoves.blazeOfGlory.name'),
|
name: game.i18n.localize('DAGGERHEART.CONFIG.DeathMoves.blazeOfGlory.name'),
|
||||||
description: game.i18n.localize('DAGGERHEART.CONFIG.DeathMoves.blazeOfGlory.description'),
|
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: [
|
changes: [
|
||||||
{
|
{
|
||||||
key: 'system.rules.roll.guaranteedCritical',
|
key: 'system.rules.roll.guaranteedCritical',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue