Remove comments

This commit is contained in:
Dapoolp 2025-07-12 18:21:40 +02:00
parent d9ef062ce2
commit d2f6a2409f
4 changed files with 0 additions and 14 deletions

View file

@ -11,7 +11,6 @@ export default class DamageReductionDialog extends HandlebarsApplicationMixin(Ap
this.actor = actor;
this.damage = damage;
// const canApplyArmor = actor.system.armorApplicableDamageTypes[damageType];
const canApplyArmor = damageType.every(t => actor.system.armorApplicableDamageTypes[t] === true);
const maxArmorMarks = canApplyArmor
? Math.min(