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