Commit 853c3f09 authored by TanakaKotoha's avatar TanakaKotoha

Suit

parent 83e006c3
...@@ -39,7 +39,7 @@ function c81019025.initial_effect(c) ...@@ -39,7 +39,7 @@ function c81019025.initial_effect(c)
e4:SetOperation(c81019025.thop) e4:SetOperation(c81019025.thop)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function c81019025.atkfilter(c,tp) function c81019025.atkfilter1(c,tp)
return c:IsType(TYPE_RITUAL) and c:IsType(TYPE_PENDULUM) and Duel.IsExistingTarget(c81019025.atkfilter2,tp,LOCATION_MZONE,0,1,c) return c:IsType(TYPE_RITUAL) and c:IsType(TYPE_PENDULUM) and Duel.IsExistingTarget(c81019025.atkfilter2,tp,LOCATION_MZONE,0,1,c)
end end
function c81019025.atkfilter2(c) function c81019025.atkfilter2(c)
......
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