Commit 586d78f4 authored by Tachibana's avatar Tachibana

eme

parent edfb91f6
Pipeline #5999 passed with stages
in 20 minutes and 49 seconds
......@@ -58,7 +58,7 @@ function cm.spfilter1(c,tp,g)
return g:IsExists(cm.spfilter2,1,c,tp,c)
end
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
function cm.spcon(e,c)
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