This commit is contained in:
WBHarry 2026-04-22 15:28:29 +02:00
parent 1ed2e539ac
commit d192944efc

View file

@ -12,7 +12,7 @@ export default class DHAttackAction extends DHDamageAction {
if (!!this.item?.system?.attack) { if (!!this.item?.system?.attack) {
if (this.damage.includeBase) { if (this.damage.includeBase) {
const baseDamage = this.getParentHitPointDamage(); const baseDamage = this.getParentHitPointDamage();
if(baseDamage) { if (baseDamage) {
if (!this.damage.parts.hitPoints) { if (!this.damage.parts.hitPoints) {
this.damage.parts.hitPoints = baseDamage; this.damage.parts.hitPoints = baseDamage;
} else { } else {