Commit d429af63 authored by mercury233's avatar mercury233

fix

parent a805ee7b
...@@ -55,7 +55,7 @@ function c22211622.rccfilter(c) ...@@ -55,7 +55,7 @@ function c22211622.rccfilter(c)
return c:IsFaceup() and c:IsCode(13331639) return c:IsFaceup() and c:IsCode(13331639)
end end
function c22211622.rccon(e,tp,eg,ep,ev,re,r,rp) function c22211622.rccon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(c22211622.rccfilter,tp,LOCATION_MZONE,0,1,nil) return Duel.IsExistingMatchingCard(c22211622.rccfilter,tp,LOCATION_ONFIELD,0,1,nil)
end end
function c22211622.rcfilter(c) function c22211622.rcfilter(c)
return c:IsFaceup() and c:GetAttack()>0 return c:IsFaceup() and c:GetAttack()>0
......
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