Commit 9e899e56 authored by POLYMER's avatar POLYMER

fix

parent ebc0935e
......@@ -120,7 +120,7 @@ function s.op3(e,tp,eg,ep,ev,re,r,rp)
g1:Merge(g2)
for tc in aux.Next(g1) do
tc:SetMaterial(nil)
if Duel.SpecialSummonStep(tc,SUMMON_TYPE_SYNCHRO,tp,tp,false,false,POS_FACEUP)>0 then
if Duel.SpecialSummonStep(tc,SUMMON_TYPE_SYNCHRO,tp,tp,false,false,POS_FACEUP) then
tc:CompleteProcedure()
end
end
......
......@@ -120,7 +120,7 @@ function s.op3(e,tp,eg,ep,ev,re,r,rp)
g1:Merge(g2)
for tc in aux.Next(g1) do
tc:SetMaterial(nil)
if Duel.SpecialSummonStep(tc,SUMMON_TYPE_XYZ,tp,tp,false,false,POS_FACEUP)>0 then
if Duel.SpecialSummonStep(tc,SUMMON_TYPE_XYZ,tp,tp,false,false,POS_FACEUP) then
tc:CompleteProcedure()
end
end
......
--棱镜世界的旋律-「白花天使」
function c71404011.initial_effect(c)
function c71405011.initial_effect(c)
end
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