Skip to content

Commit

Permalink
fix Aquilifer Damageaura
Browse files Browse the repository at this point in the history
fix Aquilifer Damageaura
  • Loading branch information
romaniac01 committed Jun 22, 2023
1 parent f74e20f commit de00d58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Stats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ export default {
if (
keyDmg.startsWith("Damage") &&
!keyDmg.startsWith("DamageBonus") &&
!keyDmg.startsWith("DamageAura") &&
keyDmg != "DamageArea"
) {
stats[keyDmg] *= mod
Expand Down

0 comments on commit de00d58

Please sign in to comment.