This commit is contained in:
WBHarry 2025-07-25 18:05:17 +02:00
commit 72fc2a441c

View file

@ -28,7 +28,7 @@ export default class DHHealingAction extends DHBaseAction {
healing: game.i18n.localize(CONFIG.DH.GENERAL.healingTypes[this.healing.applyTo].label) healing: game.i18n.localize(CONFIG.DH.GENERAL.healingTypes[this.healing.applyTo].label)
}), }),
roll: formulas, roll: formulas,
targets: (data.system?.targets ?? data.targets).filter(t => t.hit), targets: systemData.targets?.filter(t => t.hit),
messageType: 'healing', messageType: 'healing',
source: systemData.source, source: systemData.source,
data: this.getRollData(), data: this.getRollData(),