mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-19 08:20:30 +01:00
Fixes
This commit is contained in:
parent
1c000c7cfe
commit
389b32c6ad
11 changed files with 89 additions and 53 deletions
|
|
@ -49,8 +49,7 @@ export default class DHDamageAction extends DHBaseAction {
|
|||
...systemData,
|
||||
roll: formulas,
|
||||
dialog: {},
|
||||
data: this.getRollData(),
|
||||
targetSelection: systemData.targets.length > 0
|
||||
data: this.getRollData()
|
||||
};
|
||||
if (this.hasSave) config.onSave = this.save.damageMod;
|
||||
if (data.system) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue