Commit 87f53b5e authored by nekrozar's avatar nekrozar

use tab

parent 50ce2425
......@@ -14,7 +14,7 @@ function c17655904.initial_effect(c)
end
c17655904.card_code_list={89631139}
function c17655904.counterfilter(c)
return not c:IsCode(89631139)
return not c:IsCode(89631139)
end
function c17655904.cfilter(c)
return c:IsFaceup() and c:IsCode(89631139)
......
......@@ -13,7 +13,7 @@ function c52684508.initial_effect(c)
Duel.AddCustomActivityCounter(52684508,ACTIVITY_ATTACK,c52684508.counterfilter)
end
function c52684508.counterfilter(c)
return not c:IsCode(74677422)
return not c:IsCode(74677422)
end
function c52684508.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetCustomActivityCount(52684508,tp,ACTIVITY_ATTACK)==0 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