Commit 9a662487 authored by mercury233's avatar mercury233 Committed by GitHub

fix 魔法名-「解体し統合せよ」

parent 85592c8c
...@@ -34,10 +34,10 @@ end ...@@ -34,10 +34,10 @@ end
function s.activate(e,tp,eg,ep,ev,re,r,rp) function s.activate(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetTargetsRelateToChain() local g=Duel.GetTargetsRelateToChain()
if #g==2 and Duel.IsPlayerAffectedByEffect(tp,59822133) then return end if #g==2 and Duel.IsPlayerAffectedByEffect(tp,59822133) then return end
local sc=g:Filter(Card.IsControler,nil,tp):GetFirst() local sc1=g:Filter(Card.IsControler,nil,tp):GetFirst()
if sc and Duel.SpecialSummonStep(sc,0,tp,1-tp,false,false,POS_FACEUP) then local sc2=g:Filter(Card.IsControler,nil,1-tp):GetFirst()
g:RemoveCard(sc) if sc1 and Duel.SpecialSummonStep(sc1,0,tp,1-tp,false,false,POS_FACEUP) and sc2 then
Duel.SpecialSummonStep(g:GetFirst(),0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummonStep(sc2,0,tp,tp,false,false,POS_FACEUP)
end end
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
end 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