Commit a90d5e61 authored by Tachibana's avatar Tachibana

ndyd

parent 90220c8b
...@@ -69,11 +69,11 @@ function c33700101.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -69,11 +69,11 @@ function c33700101.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmDecktop(tp,3) Duel.ConfirmDecktop(tp,3)
local g=Duel.GetDecktopGroup(tp,3) local g=Duel.GetDecktopGroup(tp,3)
if g:GetCount()>0 then if g:GetCount()>0 then
local sg2=g:Filter(tp,c33700101.filter2,nil) local sg2=g:Filter(c33700101.filter2,nil)
if g:IsExists(c33700101.filter,1,nil) then if g:IsExists(c33700101.filter,1,nil) then
Duel.DisableShuffleCheck() Duel.DisableShuffleCheck()
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local sg=g:Filter(tp,c33700101.filter,nil) local sg=g:Filter(c33700101.filter,nil)
if sg:GetFirst():IsAbleToHand() then if sg:GetFirst():IsAbleToHand() then
Duel.SendtoHand(sg,nil,REASON_EFFECT) Duel.SendtoHand(sg,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,sg) Duel.ConfirmCards(1-tp,sg)
...@@ -86,12 +86,12 @@ function c33700101.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -86,12 +86,12 @@ function c33700101.thop(e,tp,eg,ep,ev,re,r,rp)
e1:SetCode(EFFECT_SKIP_DP) e1:SetCode(EFFECT_SKIP_DP)
e1:SetReset(RESET_PHASE+PHASE_DRAW+RESET_SELF_TURN) e1:SetReset(RESET_PHASE+PHASE_DRAW+RESET_SELF_TURN)
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
end end
else else
Duel.SendtoGrave(sg,REASON_EFFECT) Duel.SendtoGrave(sg,REASON_EFFECT)
end end
end end
Duel.MoveSequence(sg2,1) Duel.MoveSequence(sg2,1)
end end
end end
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