This commit is contained in:
2022-09-30 11:54:48 +02:00
parent 27029abc88
commit afe4fc2a1b
3 changed files with 8 additions and 5 deletions

View File

@@ -2261,12 +2261,12 @@ export class PegasusActor extends Actor {
if (actor) {
let stat = this.getStat("hr")
let rollData = this.getCommonRollData("hr")
rollData.isVehicleStun = true
rollData.mode = "stat"
rollData.title = `Stat ${stat.label}`;
rollData.title = `Stat ${stat.label}`
this.addVehicleArmors(rollData)
this.startRoll(rollData)
this.modifyVehicleStun(1)
}
}