Merge branch 'main' into feature/1543-SceneEnvironment-Triggers

This commit is contained in:
WBHarry 2026-01-23 21:28:45 +01:00
commit b240c0236b
13 changed files with 74 additions and 17 deletions

View file

@ -241,6 +241,7 @@ export default class DHBaseAction extends ActionMixin(foundry.abstract.DataModel
hasHealing: this.hasHealing,
hasEffect: this.hasEffect,
hasSave: this.hasSave,
onSave: this.save?.damageMod,
isDirect: !!this.damage?.direct,
selectedRollMode: game.settings.get('core', 'rollMode'),
data: this.getRollData(),