Merge branch 'development' into feature/1031-Action-Names-In-Chat

This commit is contained in:
WBHarry 2025-08-25 17:44:47 +02:00
commit 907ae5cf34
133 changed files with 1713 additions and 1177 deletions

View file

@ -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',