Commit a90d5e61 authored by Tachibana's avatar Tachibana

ndyd

parent 90220c8b
Pipeline #4337 passed with stages
in 30 minutes and 11 seconds
......@@ -69,11 +69,11 @@ function c33700101.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmDecktop(tp,3)
local g=Duel.GetDecktopGroup(tp,3)
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
Duel.DisableShuffleCheck()
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
Duel.SendtoHand(sg,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,sg)
......@@ -86,12 +86,12 @@ function c33700101.thop(e,tp,eg,ep,ev,re,r,rp)
e1:SetCode(EFFECT_SKIP_DP)
e1:SetReset(RESET_PHASE+PHASE_DRAW+RESET_SELF_TURN)
Duel.RegisterEffect(e1,tp)
end
end
else
Duel.SendtoGrave(sg,REASON_EFFECT)
end
end
end
Duel.MoveSequence(sg2,1)
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