This commit is contained in:
WBHarry 2026-03-17 16:36:45 +01:00
parent 5ab0a6d3e7
commit 6e75b81806

View file

@ -40,7 +40,7 @@ export default class Armor extends foundry.abstract.DataModel {
...change, ...change,
key: 'system.armorScore.max', key: 'system.armorScore.max',
type: CONFIG.DH.GENERAL.activeEffectModes.add.id, type: CONFIG.DH.GENERAL.activeEffectModes.add.id,
value: change.max value: change.typeData.max
}, },
replacementData replacementData
); );