Commit 586d78f4 authored by Tachibana's avatar Tachibana

eme

parent edfb91f6
...@@ -58,7 +58,7 @@ function cm.spfilter1(c,tp,g) ...@@ -58,7 +58,7 @@ function cm.spfilter1(c,tp,g)
return g:IsExists(cm.spfilter2,1,c,tp,c) return g:IsExists(cm.spfilter2,1,c,tp,c)
end end
function cm.spfilter2(c,tp,mc) function cm.spfilter2(c,tp,mc)
return Duel.GetLocationCountFromEx(tp,tp,Group.FromCards(c,mc))>0 return Duel.GetLocationCountFromEx(tp,tp,Group.FromCards(c,mc),mc)>0
end end
function cm.spcon(e,c) function cm.spcon(e,c)
if c==nil then return true end if c==nil then return true 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