Fix #160 - Add new values...

This commit is contained in:
2022-11-27 18:54:52 +01:00
parent 7d46699c62
commit cb896c9813
7 changed files with 116 additions and 39 deletions

View File

@ -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,