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);

View file

@ -11,7 +11,7 @@
<div class="status-section">
<div class="status-number">
<div class='status-value'>
<p>{{document.system.evasion.value}}</p>
<p>{{document.system.evasion.total}}</p>
</div>
<div class="status-label">
<h4>Evasion</h4>