mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-11 19:45:57 +01:00
Changed from evasion.value to evasion.total in display
This commit is contained in:
parent
ef2116db49
commit
85dac730b7
2 changed files with 3 additions and 1 deletions
|
|
@ -126,6 +126,7 @@ export default class DhpActor extends Actor {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
this.sheet.render();
|
||||||
|
|
||||||
if (this.system.companion) {
|
if (this.system.companion) {
|
||||||
this.system.companion.updateLevel(newLevel);
|
this.system.companion.updateLevel(newLevel);
|
||||||
|
|
@ -307,6 +308,7 @@ export default class DhpActor extends Actor {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
this.sheet.render();
|
||||||
|
|
||||||
if (this.system.companion) {
|
if (this.system.companion) {
|
||||||
this.system.companion.updateLevel(this.system.levelData.level.changed);
|
this.system.companion.updateLevel(this.system.levelData.level.changed);
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
<div class="status-section">
|
<div class="status-section">
|
||||||
<div class="status-number">
|
<div class="status-number">
|
||||||
<div class='status-value'>
|
<div class='status-value'>
|
||||||
<p>{{document.system.evasion.value}}</p>
|
<p>{{document.system.evasion.total}}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="status-label">
|
<div class="status-label">
|
||||||
<h4>Evasion</h4>
|
<h4>Evasion</h4>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue