parent
925a91b1ad
commit
1bf786559b
@ -201,7 +201,6 @@ export class PegasusUtility {
|
||||
for (let weapon of rollData.vehicleWeapons) {
|
||||
if (weapon.applied) {
|
||||
newDicePool = newDicePool.concat(this.buildDicePool("damage", weapon.value, 0))
|
||||
console.log("EXTRA DAMAGE!!", weapon)
|
||||
if( weapon.weapon.system.extradamage) {
|
||||
for(let i=0; i < weapon.weapon.system.extradamagevalue; i++) {
|
||||
newDicePool = newDicePool.concat(this.buildDicePool("damage", 5, 0) )
|
||||
|
Loading…
Reference in New Issue
Block a user