Author: Omega
Date: Mon Mar 08 00:38:17 CET 2010
Revision: 3774
Log:

Added malleable goo cd timer to experimental festergut stuff.

Updated
trunk/DBM-Icecrown/ThePlagueworks/Festergut.lua

trunk/DBM-Icecrown/ThePlagueworks/Festergut.lua
Action: modified
Old revision: 3773
Old date: 2010-03-07 23:00:54 UTC

@@ -35,6 +35,7 @@
local berserkTimer = mod:NewBerserkTimer(300)

local warnGoo = mod:NewSpellAnnounce(72458, 4)
+local timerGooCD = mod:NewCDTimer(10, 72458)

mod:AddBoolOption("RangeFrame", mod:IsRanged())
mod:AddBoolOption("SetIconOnGasSpore", true)
@@ -133,6 +134,7 @@
self:AddMsg(("DBM-Debug: Malleable Goo on %s?"):format(arg))
end
warnGoo:Show()
+ timerGooCD:Start()
end
end