Oops, the special warning for choking gas bomb i added had an option but i didn't actually put it in the event. Fixed now :)
@@ -36,7 +36,7 @@
local specWarnGaseousBloatOther = mod:NewSpecialWarningTarget(70672, false)
local specWarnMalleableGoo = mod:NewSpecialWarning("specWarnMalleableGoo")
local specWarnMalleableGooNear = mod:NewSpecialWarning("specWarnMalleableGooNear")
-local specWarnChokingGasBomb = mod:NewSpecialWarningSpell(71255, mod:IsMelee())
+local specWarnChokingGasBomb = mod:NewSpecialWarningSpell(71255, mod:IsTank())
local specWarnOozeVariable = mod:NewSpecialWarningYou(70352) -- Heroic Ability
local specWarnGasVariable = mod:NewSpecialWarningYou(70353) -- Heroic Ability
local specWarnUnboundPlague = mod:NewSpecialWarning("specWarnUnboundPlague") -- you have to drop the debuff by staying very close to an other player
@@ -217,6 +217,7 @@
spamPuddle = GetTime()
elseif args:IsSpellID(71255) then
warnChokingGasBomb:Show()
+ specWarnChokingGasBomb:Show()
timerChokingGasBombCD:Start()
elseif args:IsSpellID(72615, 72295, 74280, 74281) then
warnMalleableGoo:Show()