You need to sign in or sign up before continuing.
Commit 211cce9c authored by CubeRuler's avatar CubeRuler

fix

parent 1eb89c3b
......@@ -86,7 +86,7 @@ function cm.spop(e,tp)
end
function cm.splimit(e,c,sump,sumtype,sumpos,targetp,se)
if sumtype&SUMMON_TYPE_LINK ==0 then return false end
return not c:IsSetCard(0x2553)
return not c:IsSetCard(0x2553) and c:IsType(TYPE_LINK)
end
function cm.cfilter(c,tp)
return rslf.filter1(c,tp) and not c:IsForbidden()
......
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