Commit 46908e4b authored by 八宫一月's avatar 八宫一月

Update c100220001.lua

parent b43c7848
...@@ -56,7 +56,9 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -56,7 +56,9 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if toplayer~=nil then if toplayer~=nil then
Duel.SpecialSummon(c,0,tp,toplayer,false,false,POS_FACEUP) Duel.SpecialSummon(c,0,tp,toplayer,false,false,POS_FACEUP)
else else
Duel.SendtoGrave(c,REASON_RULE) if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 and Duel.GetLocationCount(1-tp,LOCATION_MZONE)<=0 then
Duel.SendtoGrave(c,REASON_RULE)
end
end end
end end
function s.thfilter(c) function s.thfilter(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