Commit c462c15f authored by POLYMER's avatar POLYMER

fix

parent 02608cfe
......@@ -28,7 +28,7 @@ end
function cm.spcon(e,c)
local num=Duel.GetMatchingGroupCount(aux.TRUE,tp,0,LOCATION_MZONE,nil)
if c==nil then return true end
return num>=5
return num>=4
and Duel.GetLocationCount(c:GetControler(),LOCATION_MZONE)>0
end
function cm.thfilter(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