Commit f1f76b2a authored by sidschingis's avatar sidschingis

fix

parent b5ced8e7
...@@ -40,9 +40,9 @@ function c68535320.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -40,9 +40,9 @@ function c68535320.operation(e,tp,eg,ep,ev,re,r,rp)
and Duel.SelectYesNo(tp,aux.Stringid(68535320,1)) and Duel.SelectYesNo(tp,aux.Stringid(68535320,1))
and g:GetCount()>0 and g:GetCount()>0
then then
g:Select(tp,1,1,nil) local sg=g:Select(tp,1,1,nil)
Duel.BreakEffect() Duel.BreakEffect()
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(sg,0,tp,tp,false,false,POS_FACEUP)
end end
end end
end end
\ No newline at end of file
...@@ -40,9 +40,9 @@ function c95929069.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -40,9 +40,9 @@ function c95929069.operation(e,tp,eg,ep,ev,re,r,rp)
and Duel.SelectYesNo(tp,aux.Stringid(95929069,1)) and Duel.SelectYesNo(tp,aux.Stringid(95929069,1))
and g:GetCount()>0 and g:GetCount()>0
then then
g:Select(tp,1,1,nil) local sg=g:Select(tp,1,1,nil)
Duel.BreakEffect() Duel.BreakEffect()
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(sg,0,tp,tp,false,false,POS_FACEUP)
end end
end end
end end
\ No newline at end of file
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