Commit 947d1486 authored by Grajade's avatar Grajade

Update c33700409.lua

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