Commit 043a5061 authored by mercury233's avatar mercury233

fix

parent 512d4383
...@@ -61,6 +61,7 @@ function c3679218.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -61,6 +61,7 @@ function c3679218.spop(e,tp,eg,ep,ev,re,r,rp)
and e:GetLabel()==1 and Duel.IsPlayerCanDraw(tp,1) and e:GetLabel()==1 and Duel.IsPlayerCanDraw(tp,1)
and Duel.SelectYesNo(tp,aux.Stringid(3679218,1)) then and Duel.SelectYesNo(tp,aux.Stringid(3679218,1)) then
Duel.BreakEffect() Duel.BreakEffect()
Duel.ShuffleDeck(tp)
Duel.Draw(tp,1,REASON_EFFECT) Duel.Draw(tp,1,REASON_EFFECT)
end end
end end
......
...@@ -53,6 +53,7 @@ end ...@@ -53,6 +53,7 @@ end
function c38342335.tdop(e,tp,eg,ep,ev,re,r,rp) function c38342335.tdop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) and Duel.SendtoDeck(tc,nil,2,REASON_EFFECT)~=0 if tc:IsRelateToEffect(e) and Duel.SendtoDeck(tc,nil,2,REASON_EFFECT)~=0
and tc:IsLocation(LOCATION_DECK+LOCATION_EXTRA)
and e:GetLabel()==1 and Duel.IsPlayerCanDraw(tp,1) and e:GetLabel()==1 and Duel.IsPlayerCanDraw(tp,1)
and Duel.SelectYesNo(tp,aux.Stringid(38342335,1)) then and Duel.SelectYesNo(tp,aux.Stringid(38342335,1)) then
Duel.BreakEffect() Duel.BreakEffect()
......
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