Commit b420fe36 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent f3c20205
...@@ -58,7 +58,7 @@ function c58054262.sptarget_selector(c,tp,g,sg,i) ...@@ -58,7 +58,7 @@ function c58054262.sptarget_selector(c,tp,g,sg,i)
end end
function c58054262.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c58054262.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return false end if chkc then return false end
local g=Duel.GetMatchingGroup(c22666164.sptargetfilter,tp,LOCATION_GRAVE,0,nil,e,tp) local g=Duel.GetMatchingGroup(c58054262.sptargetfilter,tp,LOCATION_GRAVE,0,nil,e,tp)
local sg=Group.CreateGroup() local sg=Group.CreateGroup()
if chk==0 then return not Duel.IsPlayerAffectedByEffect(tp,59822133) if chk==0 then return not Duel.IsPlayerAffectedByEffect(tp,59822133)
and Duel.GetLocationCount(tp,LOCATION_MZONE)>=2 and Duel.GetLocationCount(tp,LOCATION_MZONE)>=2
...@@ -70,6 +70,7 @@ function c58054262.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -70,6 +70,7 @@ function c58054262.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
sg:Merge(g1) sg:Merge(g1)
g:Sub(g1) g:Sub(g1)
end end
Duel.SetTargetCard(sg)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,sg,3,0,0) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,sg,3,0,0)
end end
function c58054262.spop(e,tp,eg,ep,ev,re,r,rp) function c58054262.spop(e,tp,eg,ep,ev,re,r,rp)
......
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