Commit c48a9ee8 authored by sidschingis's avatar sidschingis

Revert "fix"

This reverts commit 12a154fe.
parent 656024ba
......@@ -43,7 +43,7 @@ function c39910367.initial_effect(c)
end
function c39910367.op(e,tp,eg,ep,ev,re,r,rp)
local c=re:GetHandler()
if re:IsHasType(EFFECT_TYPE_ACTIVATE) and re:IsActiveType(TYPE_SPELL) then
if re:IsHasType(EFFECT_TYPE_ACTIVATE) and re:IsActiveType(TYPE_SPELL) and c:GetSequence()~=5 then
e:GetHandler():AddCounter(0x3001,1)
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment