Commit 712707d4 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12016013.lua

parent 3d32db18
...@@ -62,7 +62,7 @@ end ...@@ -62,7 +62,7 @@ end
function c12016013.spcon(e,c) function c12016013.spcon(e,c)
if c==nil then return true end if c==nil then return true end
local tp=c:GetControler() local tp=c:GetControler()
return Duel.GetCustomActivityCount(12016013,tp,ACTIVITY_CHAIN)>0 return Duel.GetCustomActivityCount(12016013,tp,ACTIVITY_CHAIN,c12016013.chainfilter)>0
and Duel.CheckReleaseGroup(tp,c12016013.spfilter,1,nil,c,tp) and Duel.CheckReleaseGroup(tp,c12016013.spfilter,1,nil,c,tp)
end end
function c12016013.spop(e,tp,eg,ep,ev,re,r,rp,c) function c12016013.spop(e,tp,eg,ep,ev,re,r,rp,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