Skip to content

Commit

Permalink
Fix Crash when using Ruthless Support in a Poison build (#6473)
Browse files Browse the repository at this point in the history
I forgot to change the breakdown reference when copying it from Bleed

Co-authored-by: LocalIdentity <[email protected]>
  • Loading branch information
LocalIdentity and LocalIdentity authored Aug 24, 2023
1 parent 753ca8e commit 24f94d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/CalcOffence.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3976,7 +3976,7 @@ function calcs.offence(env, actor, activeSkill)
output.PoisonDotMulti = (output.PoisonDotMulti * totalFromHit) + (output.CritPoisonDotMulti * totalFromCrit)
end
if output.RuthlessBlowAilmentEffect ~= 1 then
t_insert(breakdown.BleedDPS, s_format("x %.2f ^8(ruthless blow effect modifier)", output.RuthlessBlowAilmentEffect))
t_insert(breakdown.PoisonDPS, s_format("x %.2f ^8(ruthless blow effect modifier)", output.RuthlessBlowAilmentEffect))
end
t_insert(breakdown.PoisonDPS, "x 0.30 ^8(poison deals 30% per second)")
t_insert(breakdown.PoisonDPS, s_format("= %.1f", baseVal, 1))
Expand Down

0 comments on commit 24f94d2

Please sign in to comment.