mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
h
This commit is contained in:
parent
b3984a8e5f
commit
7e382d2e08
9 changed files with 52 additions and 61 deletions
|
|
@ -19,14 +19,14 @@ export default class DHHealingAction extends DHBaseAction {
|
|||
formula = formulaValue.getFormula(this.actor);
|
||||
|
||||
if (!formula || formula == '') return;
|
||||
let roll = { formula: formula, total: formula },
|
||||
bonusDamage = [];
|
||||
let roll = { formula: formula, total: formula };
|
||||
|
||||
const config = {
|
||||
title: game.i18n.format('DAGGERHEART.UI.Chat.healingRoll.title', {
|
||||
healing: game.i18n.localize(CONFIG.DH.GENERAL.healingTypes[this.healing.type].label)
|
||||
}),
|
||||
roll: { formula },
|
||||
// roll: { formula },
|
||||
roll: [ formula ],
|
||||
targets: (data.system?.targets ?? data.targets).filter(t => t.hit),
|
||||
messageType: 'healing',
|
||||
type: this.healing.type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue