From 09addcf2480a9ffd1e9f3abf17c31b9fd3e84f8d Mon Sep 17 00:00:00 2001 From: WBHarry Date: Sat, 18 Jul 2026 21:18:20 +0200 Subject: [PATCH] Adjusted the -Damage- label from Hit Points to Damage in DamageDialog --- templates/dialogs/dice-roll/damageSelection.hbs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/dialogs/dice-roll/damageSelection.hbs b/templates/dialogs/dice-roll/damageSelection.hbs index ccda8f9c..1f03ea07 100644 --- a/templates/dialogs/dice-roll/damageSelection.hbs +++ b/templates/dialogs/dice-roll/damageSelection.hbs @@ -21,9 +21,7 @@
{{localize "DAGGERHEART.GENERAL.formula"}}: {{roll.formula}} - {{#with (lookup @root.config.GENERAL.healingTypes applyTo)}} - {{localize label}} - {{/with}} + {{localize "DAGGERHEART.GENERAL.damage"}} {{#if damageTypes}} {{#each damageTypes as | type | }} {{#with (lookup @root.config.GENERAL.damageTypes type)}}