mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Fixed
This commit is contained in:
parent
fa0f33872a
commit
3139ac5987
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ export default class DhCharacter extends BaseDataActor {
|
|||
: this.levelData.level.current * 2
|
||||
};
|
||||
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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue