mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Critical Damage formula (#258)
This commit is contained in:
parent
064011fffa
commit
099a4576da
2 changed files with 18 additions and 7 deletions
|
|
@ -599,6 +599,7 @@ export class DHDamageAction extends DHBaseAction {
|
|||
roll: { formula },
|
||||
targets: data.system?.targets.filter(t => t.hit) ?? data.targets,
|
||||
hasSave: this.hasSave,
|
||||
isCritical: data.system?.roll?.isCritical ?? false,
|
||||
source: data.system?.source,
|
||||
event
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue