mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-11 03:27:08 +01:00
Fix spellcast modifier bonus
This commit is contained in:
parent
cedf07bc35
commit
c66e85e5a4
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