Removed last traces of ArmorEffect

This commit is contained in:
WBHarry 2026-03-19 16:02:23 +01:00
parent 6d964ddd43
commit bfcbb9f290
8 changed files with 41 additions and 273 deletions

View file

@ -64,7 +64,7 @@ export default class ArmorSheet extends ItemAttachmentSheet(DHBaseItemSheet) {
const armorEffect = this.document.system.armorEffect;
if (Number.isNaN(value) || !armorEffect) return;
await armorEffect.system.updateArmorMax(value);
await armorEffect.system.armorChange.typeData.updateArmorMax(value);
this.render();
}