Fix #65
This commit is contained in:
@ -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) => {
|
||||
|
Reference in New Issue
Block a user