Commit b6883b11 authored by wind2009's avatar wind2009

Fix 破壊竜ガンドラG

破坏和特殊召唤不是同时处理
parent 7b361a84
Pipeline #25134 passed with stages
in 1 minute and 1 second
...@@ -76,6 +76,7 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -76,6 +76,7 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.SelectMatchingCard(tp,s.spfilter,tp,LOCATION_DECK,0,1,1,nil,e,tp) local g=Duel.SelectMatchingCard(tp,s.spfilter,tp,LOCATION_DECK,0,1,1,nil,e,tp)
local tc=g:GetFirst() local tc=g:GetFirst()
if tc then if tc then
Duel.BreakEffect()
if Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)==1 then if Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)==1 then
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
......
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