This commit is contained in:
2022-09-28 13:54:06 +02:00
parent 65d0b18191
commit 0c6faeb9ca
2 changed files with 8 additions and 2 deletions

View File

@ -227,6 +227,9 @@ export class PegasusVehicleSheet extends ActorSheet {
if ( statKey == "man") {
this.actor.setTurningArc(event.currentTarget.value)
}
if ( statKey == "pc") {
this.actor.updateMaxNrg(event.currentTarget.value)
}
})
html.find('.roll-stat').click((event) => {