Commit 8baa8ab5 authored by nekrozar's avatar nekrozar

fix

parent 17f26dfd
...@@ -41,8 +41,7 @@ function c28553439.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -41,8 +41,7 @@ function c28553439.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local sg=Duel.SelectMatchingCard(tp,c28553439.filter,tp,LOCATION_HAND,0,1,1,nil,e,tp) local sg=Duel.SelectMatchingCard(tp,c28553439.filter,tp,LOCATION_HAND,0,1,1,nil,e,tp)
if sg:GetCount()==0 then return end if sg:GetCount()==0 then return end
Duel.BreakEffect() if Duel.SpecialSummon(sg,0,tp,tp,false,false,POS_FACEUP)==0 then return end
Duel.SpecialSummon(sg,0,tp,tp,false,false,POS_FACEUP)
local dg=Duel.GetMatchingGroup(aux.TRUE,tp,LOCATION_MZONE,LOCATION_MZONE,nil) local dg=Duel.GetMatchingGroup(aux.TRUE,tp,LOCATION_MZONE,LOCATION_MZONE,nil)
if dg:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(28553439,0)) then if dg:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(28553439,0)) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
......
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