Add Hero Level max
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user