mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fix Healing Action target (#409)
This commit is contained in:
parent
a71848cecb
commit
26e3c38aa9
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export default class DHHealingAction extends DHBaseAction {
|
|||
healing: game.i18n.localize(CONFIG.DH.GENERAL.healingTypes[this.healing.applyTo].label)
|
||||
}),
|
||||
roll: formulas,
|
||||
targets: (data.system?.targets ?? data.targets).filter(t => t.hit),
|
||||
targets: systemData.targets?.filter(t => t.hit),
|
||||
messageType: 'healing',
|
||||
source: systemData.source,
|
||||
data: this.getRollData(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue