Some corrections and adds to Consumables and Loot compendia

This commit is contained in:
WBHarry 2025-07-31 22:23:11 +02:00
parent 3e333d3533
commit 4c79a0940b
61 changed files with 2142 additions and 540 deletions

View file

@ -566,7 +566,7 @@ export default class DhCharacter extends BaseDataActor {
this.attack.roll.trait = this.rules.attack.roll.trait ?? this.attack.roll.trait;
this.resources.armor = {
value: this.armor.system.marks.value,
value: this.armor?.system?.marks?.value ?? 0,
max: this.armorScore,
isReversed: true
};