Commit 947d1486 authored by Grajade's avatar Grajade

Update c33700409.lua

parent 3a1e176b
Pipeline #3496 passed with stages
in 28 minutes and 25 seconds
......@@ -263,8 +263,8 @@ function scard.resetop(e, tp, eg, ep, ev, re, r, rp)
local p = e:GetHandler():GetPreviousControler()
scard[p] = scard[p] - e:GetLabel()
end
function scard.splimit(e, c)
return not scard.summon_check
function scard.splimit(e,c,sump,sumtype,sumpos,targetp,se)
return se and e:GetHandler()~=se:GetHandler()
end
function scard.relfilter(c)
return c:IsCode(id + 1) and c:IsReleasableByEffect()
......
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