Merge branch 'development' into feature/death-moves

This commit is contained in:
WBHarry 2026-01-13 21:00:46 +01:00
commit ee28fb3b9c
4 changed files with 11 additions and 7 deletions

View file

@ -87,7 +87,7 @@ export class DHActionRollData extends foundry.abstract.DataModel {
if (this.type === CONFIG.DH.GENERAL.rollTypes.attack.id)
modifiers.push({
label: 'Bonus to Hit',
value: this.bonus ?? this.parent.actor.system.attack.roll.bonus
value: this.bonus ?? this.parent.actor.system.attack.roll.bonus ?? 0
});
break;
default: