mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Fix/spellcast modifier (#1061)
* Temp ActionField attack type missing * Move missing attack type to getModel * Fix spellcast modifier bonus
This commit is contained in:
parent
86d451f0d7
commit
7016f71da7
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ export default class DHBaseAction extends ActionMixin(foundry.abstract.DataModel
|
|||
dialog: {
|
||||
configure: hasRoll
|
||||
},
|
||||
type: this.type,
|
||||
type: this.roll?.type ?? this.type,
|
||||
hasRoll: hasRoll,
|
||||
hasDamage: this.damage?.parts?.length && this.type !== 'healing',
|
||||
hasHealing: this.damage?.parts?.length && this.type === 'healing',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue