diff --git a/modules/pegasus-actor.js b/modules/pegasus-actor.js index 41f546e..e6b9f79 100644 --- a/modules/pegasus-actor.js +++ b/modules/pegasus-actor.js @@ -2602,7 +2602,7 @@ export class PegasusActor extends Actor { } /* -------------------------------------------- */ updateMaxNrg(currentLevel) { - this.update({ 'system.statistics.pc.maxnrg': Number(currentLevel) }) + this.update({ 'system.statistics.pc.maxnrg': Number( PegasusUtility.getDiceValue(currentLevel) ) }) } /* -------------------------------------------- */ setTurningArc(currentLevel) {