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

Update c100220001.lua

parent b43c7848
Pipeline #27309 failed with stages
in 49 seconds
......@@ -56,7 +56,9 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if toplayer~=nil then
Duel.SpecialSummon(c,0,tp,toplayer,false,false,POS_FACEUP)
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
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