Commit d3a25861 authored by TanakaKotoha's avatar TanakaKotoha

daniaozhuanzhuanzhuan

parent f7f2f536
...@@ -74,6 +74,7 @@ function c65050174.sumop(e,tp,eg,ep,ev,re,r,rp) ...@@ -74,6 +74,7 @@ function c65050174.sumop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.SelectMatchingCard(tp,c65050174.sumexfil,tp,LOCATION_EXTRA,0,1,1,nil,e,tp,tc) local g=Duel.SelectMatchingCard(tp,c65050174.sumexfil,tp,LOCATION_EXTRA,0,1,1,nil,e,tp,tc)
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.SpecialSummon(g,SUMMON_TYPE_XYZ,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(g,SUMMON_TYPE_XYZ,tp,tp,false,false,POS_FACEUP)
g:GetFirst():CompleteProcedure()
local mg=Group.FromCards(tc,e:GetHandler()) local mg=Group.FromCards(tc,e:GetHandler())
Duel.Overlay(g:GetFirst(),mg) Duel.Overlay(g:GetFirst(),mg)
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