This commit is contained in:
sladecraven 2022-09-30 15:35:04 +02:00
parent 536b42dbe0
commit aa1d5e8ecb
2 changed files with 2 additions and 1 deletions

View File

@ -2297,6 +2297,7 @@ export class PegasusActor extends Actor {
if (actor) {
let stat = this.getStat("hr")
let rollData = this.getCommonRollData("hr")
rollData.vehicle = duplicate(this)
rollData.isVehicleStun = true
rollData.mode = "stat"
rollData.title = `Stat ${stat.label}`

View File

@ -836,7 +836,7 @@ export class PegasusUtility {
actor.modifyStun(+1)
}
if (rollData.isVehicleStun) {
this.modifyVehicleStun(1)
actor.modifyVehicleStun(1)
}
//this.removeUsedPerkEffects( rollData) // Unused for now