Fix #65
This commit is contained in:
@ -2273,10 +2273,13 @@ export class PegasusActor extends Actor {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
updateMaxNrg(currentLevel) {
|
||||
this.update({ 'system.statistics.pc.maxnrg': Number(currentLevel) })
|
||||
}
|
||||
/* -------------------------------------------- */
|
||||
setTurningArc(currentLevel) {
|
||||
this.update({ 'system.statistics.man.turningarc45': currentLevel })
|
||||
this.update({ 'system.statistics.man.turningarc45': Number(currentLevel) })
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user