Commit 8a829d24 authored by nanahira's avatar nanahira

fix

parent feb024df
...@@ -17,7 +17,7 @@ function cm.filter(c,e) ...@@ -17,7 +17,7 @@ function cm.filter(c,e)
return c:IsCode(37564765) and c:IsFaceup() and c:IsCanBeEffectTarget(e) and c:IsAbleToGrave() return c:IsCode(37564765) and c:IsFaceup() and c:IsCanBeEffectTarget(e) and c:IsAbleToGrave()
end end
function cm.gcheck(g,tp) function cm.gcheck(g,tp)
return Duel.GetMZoneCount(tp,g,tp)>0 not g:IsExists(cm.filter1,1,nil,g) return Duel.GetMZoneCount(tp,g,tp)>0 and not g:IsExists(cm.filter1,1,nil,g)
end end
function cm.filter1(c,g) function cm.filter1(c,g)
return g:IsExists(cm.filter2,1,c,c:GetOriginalCode()) return g:IsExists(cm.filter2,1,c,c:GetOriginalCode())
......
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