Fix level remaining
This commit is contained in:
@ -1120,7 +1120,7 @@ export class PegasusActor extends Actor {
|
||||
|
||||
/* -------------------------------------------- */
|
||||
getLevelRemaining() {
|
||||
return this.system.biodata.currentlevelremaining
|
||||
return this.system.biodata?.currentlevelremaining || 0
|
||||
}
|
||||
/* -------------------------------------------- */
|
||||
modifyHeroLevelRemaining(incDec) {
|
||||
|
Reference in New Issue
Block a user