From 6479f9d750a5a26181a386998af2765cadd09c16 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Sat, 21 Mar 2026 10:59:22 +0100 Subject: [PATCH] Restored damageReductionDialog armorScore.value --- module/applications/dialogs/damageReductionDialog.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/applications/dialogs/damageReductionDialog.mjs b/module/applications/dialogs/damageReductionDialog.mjs index 3eaf85c4..50225528 100644 --- a/module/applications/dialogs/damageReductionDialog.mjs +++ b/module/applications/dialogs/damageReductionDialog.mjs @@ -192,7 +192,7 @@ export default class DamageReductionDialog extends HandlebarsApplicationMixin(Ap const stressReductions = this.availableStressReductions ? Object.values(this.availableStressReductions).filter(red => red.selected) : []; - const currentMarks = this.actor.system.armorScore.current + selectedArmorMarks.length; + const currentMarks = this.actor.system.armorScore.value + selectedArmorMarks.length; const maxArmorUsed = this.actor.system.rules.damageReduction.maxArmorMarked.value + selectedStressMarks.length; const availableArmor =