Skip to content

Commit

Permalink
Merge pull request #690 from tyler-cb/master
Browse files Browse the repository at this point in the history
Mekkatorque Proc Fix
  • Loading branch information
rosenrusinov authored Apr 17, 2024
2 parents aab50e7 + 894d897 commit 64ed173
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sim/common/sod/item_effects/phase_2.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,8 @@ func init() {
BonusCoefficient: 0.05,

ApplyEffects: func(sim *core.Simulation, target *core.Unit, spell *core.Spell) {
spell.CalcAndDealDamage(sim, target, 30, spell.OutcomeMagicHitAndCrit)

if target.Level <= 45 {
spell.CalcAndDealDamage(sim, target, 30, spell.OutcomeMagicHitAndCrit)
procAuras.Get(target).Activate(sim)
}
},
Expand Down

0 comments on commit 64ed173

Please sign in to comment.