Fix #160 - Add new values...
This commit is contained in:
@ -62,6 +62,8 @@ export class PegasusActorSheet extends ActorSheet {
|
||||
levelRemainingList: this.actor.getLevelRemainingList(),
|
||||
maxLevelRemainingList: this.actor.getMaxLevelRemainingList(),
|
||||
disabledBonus: (this.actor.system.biodata.noautobonus) ? "" : "disabled",
|
||||
mt: this.actor.getMT(),
|
||||
kbv: this.actor.getKBV(),
|
||||
containersTree: this.actor.containersTree,
|
||||
encCurrent: this.actor.encCurrent,
|
||||
encHindrance: this.actor.encHindrance,
|
||||
|
Reference in New Issue
Block a user