This commit is contained in:
WBHarry 2025-08-02 22:12:11 +02:00
parent fa0f33872a
commit 3139ac5987

View file

@ -579,7 +579,7 @@ export default class DhCharacter extends BaseDataActor {
: this.levelData.level.current * 2 : this.levelData.level.current * 2
}; };
this.resources.hope.max -= Object.keys(this.scars).length; this.resources.hope.max -= Object.keys(this.scars).length;
this.resources.hitPoints.max = this.class.value?.system?.hitPoints ?? 0; this.resources.hitPoints.max += this.class.value?.system?.hitPoints ?? 0;
} }
prepareDerivedData() { prepareDerivedData() {