Minor fixes'
This commit is contained in:
@ -821,12 +821,14 @@ export class PegasusActor extends Actor {
|
||||
rollData.img = weapon.img
|
||||
rollData.weapon = weapon
|
||||
rollData.title = `Weapon : ${weapon.name}`
|
||||
rollData.stat = this.getStat(weapon.data.statistic)
|
||||
rollData.specList = this.getRelevantSpec(weapon.data.statistic)
|
||||
rollData.activePerks = duplicate(this.getActivePerks())
|
||||
if (damage) {
|
||||
rollData.stat = this.getStat(weapon.data.damagestatistic)
|
||||
rollData.isDamage = true;
|
||||
rollData.otherDicesLevel = weapon.data.damage
|
||||
} else {
|
||||
rollData.stat = this.getStat(weapon.data.statistic)
|
||||
}
|
||||
|
||||
//this.updateWithTarget(rollData);
|
||||
|
Reference in New Issue
Block a user