mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +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) {
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue