Commit 8415c13f authored by Amiya's avatar Amiya

修复

parent 6e965f01
Pipeline #43601 passed with stages
in 2 minutes
...@@ -48,7 +48,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -48,7 +48,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
end end
function s.desfilter(c,e) function s.desfilter(c,e)
return c:IsType(TYPE_SPELL+TYPE_TRAP) and Duel.GetMZoneCount(e:GetControler(),c)>0 return c:IsType(TYPE_SPELL+TYPE_TRAP) and Duel.GetMZoneCount(c:GetControler(),c)>0
and c:IsCanBeEffectTarget(e) and c:IsCanBeEffectTarget(e)
end end
function s.gcheck2(g,tp) function s.gcheck2(g,tp)
......
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