Skip to content

Commit

Permalink
Blackwing/Omnotron: Fix stuck bars
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jun 5, 2024
1 parent a16cd34 commit 5322bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blackwing/Omnotron.lua
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ end

-- Electron
function mod:LightningConductor(args)
self:StopBar(CL.count:format(L.incinerate, incinerationCount))
self:StopBar(CL.count:format(args.spellName, lightningConductorCount))
lightningConductorCount = lightningConductorCount + 1
if lightningConductorCount < 4 then
self:CDBar(args.spellId, self:Normal() and 25.8 or 21, CL.count:format(args.spellName, lightningConductorCount))
Expand Down

0 comments on commit 5322bd9

Please sign in to comment.