Changed from evasion.value to evasion.total in display

This commit is contained in:
WBHarry 2025-07-03 11:01:54 +02:00
parent ef2116db49
commit 85dac730b7
2 changed files with 3 additions and 1 deletions

View file

@ -126,6 +126,7 @@ export default class DhpActor extends Actor {
}
}
});
this.sheet.render();
if (this.system.companion) {
this.system.companion.updateLevel(newLevel);
@ -307,6 +308,7 @@ export default class DhpActor extends Actor {
}
}
});
this.sheet.render();
if (this.system.companion) {
this.system.companion.updateLevel(this.system.levelData.level.changed);