Commit f50393f7 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12008028.lua

parent b45d11c9
...@@ -54,7 +54,7 @@ function c12008028.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -54,7 +54,7 @@ function c12008028.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.BreakEffect() Duel.BreakEffect()
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
local tc=dg:Select(dg,tp,1,2,nil) local tc=dg:Select(dg,tp,1,2,nil)
Duel.SendtoHand(tc,nil,REASON_EFFECT) Duel.SendtoHand(tc,tp,REASON_EFFECT)
Duel.ConfirmCards(1-tp,tc) Duel.ConfirmCards(1-tp,tc)
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