Add Hero Level max

This commit is contained in:
2022-07-26 22:58:33 +02:00
parent 40a8406761
commit 0c86b7f694
3 changed files with 15 additions and 1 deletions

View File

@ -61,6 +61,7 @@ export class PegasusActorSheet extends ActorSheet {
vices: duplicate(this.actor.getVices()),
encCapacity: this.actor.getEncumbranceCapacity(),
levelRemainingList: this.actor.getLevelRemainingList(),
maxLevelRemainingList: this.actor.getMaxLevelRemainingList(),
containersTree: this.actor.containersTree,
encCurrent: this.actor.encCurrent,
encHindrance: this.actor.encHindrance,