Skip to content

Commit

Permalink
Thunderaan: Make yell countdown actually count down, not up
Browse files Browse the repository at this point in the history
  • Loading branch information
emmericp committed Oct 16, 2024
1 parent 37e6b23 commit e06641a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DBM-Azeroth/Thunderaan.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ function mod:ChainLightningTarget(target)
specWarnLightning:Play("runout")
yellLightning:Show()
-- Not using Countdown() because it doesn't schedule anything < 1
yellLightningFades:Schedule(1.9, 2)
yellLightningFades:Schedule(0.9, 1)
yellLightningFades:Schedule(1.9, 1)
yellLightningFades:Schedule(0.9, 2)
end
if self.Options.SetIconOnChaingLightning then
self:SetIcon(target, 8, 4)
Expand Down

0 comments on commit e06641a

Please sign in to comment.