Commit 8db32001 authored by mercury233's avatar mercury233

fix

parent 66f06c0e
...@@ -32,7 +32,7 @@ function c100335002.lkfilter(c) ...@@ -32,7 +32,7 @@ function c100335002.lkfilter(c)
return not (c:IsType(TYPE_LINK) and c:IsSummonType(SUMMON_TYPE_LINK)) return not (c:IsType(TYPE_LINK) and c:IsSummonType(SUMMON_TYPE_LINK))
end end
function c100335002.spcon(e,tp,eg,ep,ev,re,r,rp) function c100335002.spcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetCustomActivityCount(id,tp,ACTIVITY_SPSUMMON)>0 return Duel.GetCustomActivityCount(100335002,tp,ACTIVITY_SPSUMMON)>0
end end
function c100335002.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c100335002.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
......
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