Added malleable goo cd timer to experimental festergut stuff.
@@ -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