Commit 47370663 authored by TanakaKotoha's avatar TanakaKotoha

wdnmd

parent 6592e600
......@@ -21,7 +21,7 @@ end
function c33701315.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local tc=Duel.GetFirstTarget()
Duel.SpecialSummon(tc,0,tp,tp,true,false,POS_FACEUP)
Duel.SpecialSummonStep(tc,0,tp,tp,true,false,POS_FACEUP)
if Duel.GetControl(tc,1-tp,PHASE_END,2) then
--
local e1=Effect.CreateEffect(c)
......@@ -39,6 +39,7 @@ function c33701315.spop(e,tp,eg,ep,ev,re,r,rp)
e2:SetCode(EVENT_SUMMON_SUCCESS)
tc:RegisterEffect(e2)
end
Duel.SpecialSummonComplete()
end
function c33701315.refil(c,e,cp)
return e:GetHandler():GetLinkedGroup():IsContains(c) and c:GetReasonPlayer()==cp
......
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