Commit 6e84c38c authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12030002.lua

parent 213f94fc
...@@ -90,6 +90,7 @@ function c12030002.disop(e,tp,eg,ep,ev,re,r,rp) ...@@ -90,6 +90,7 @@ function c12030002.disop(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.SendtoHand(g,nil,REASON_EFFECT) Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g) Duel.ConfirmCards(1-tp,g)
Duel.RegisterFlagEffect(tp,12030002,nil,0,1)
end end
else else
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
...@@ -126,4 +127,4 @@ function c12030002.drop(e,tp,eg,ep,ev,re,r,rp) ...@@ -126,4 +127,4 @@ function c12030002.drop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(g,nil,REASON_EFFECT) Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g) Duel.ConfirmCards(1-tp,g)
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