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

Update c100220001.lua

parent b43c7848
...@@ -56,8 +56,10 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -56,8 +56,10 @@ 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
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 and Duel.GetLocationCount(1-tp,LOCATION_MZONE)<=0 then
Duel.SendtoGrave(c,REASON_RULE) Duel.SendtoGrave(c,REASON_RULE)
end end
end
end end
function s.thfilter(c) function s.thfilter(c)
return c:IsSetCard(0x2b3) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToHand() return c:IsSetCard(0x2b3) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToHand()
......
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