Commit 7825a971 authored by wind2009's avatar wind2009
parents d966c1de 6ed6505c
Pipeline #42546 canceled with stages
in 13 seconds
...@@ -65,7 +65,6 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -65,7 +65,6 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)==2 if Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)==2
and g:IsExists(Card.IsLocation,2,nil,LOCATION_MZONE) and g:IsExists(Card.IsLocation,2,nil,LOCATION_MZONE)
and g:IsExists(Card.IsFaceup,2,nil) then and g:IsExists(Card.IsFaceup,2,nil) then
Duel.AdjustAll()
local e1=nil local e1=nil
local e2=nil local e2=nil
if c:IsLevelAbove(1) then if c:IsLevelAbove(1) then
...@@ -86,6 +85,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -86,6 +85,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
e2:SetReset(RESET_EVENT+RESETS_STANDARD) e2:SetReset(RESET_EVENT+RESETS_STANDARD)
c:RegisterEffect(e2,true) c:RegisterEffect(e2,true)
end end
Duel.AdjustAll()
local xyzg=Duel.GetMatchingGroup(s.xyzfiltr,tp,LOCATION_EXTRA,0,nil,g) local xyzg=Duel.GetMatchingGroup(s.xyzfiltr,tp,LOCATION_EXTRA,0,nil,g)
if xyzg:GetCount()>0 then if xyzg:GetCount()>0 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
......
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