Commit 0942a0bc authored by gg123gg's avatar gg123gg

Update c12044026.lua

parent ac4dec19
Pipeline #6595 passed with stages
in 34 minutes and 25 seconds
......@@ -69,7 +69,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
local g=Duel.SelectMatchingCard(tp,cm.filter,tp,LOCATION_HAND,0,1,1,e:GetHandler())
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
local sg=Duel.SelectMatchingCard(tp,cm.filter1,tp,LOCATION_HAND,0,1,1,e:GetHandler())
local sg=Duel.SelectMatchingCard(tp,cm.filter1,tp,LOCATION_HAND,0,1,63,g)
g:Merge(sg)
Duel.Remove(g,POS_FACEDOWN,REASON_EFFECT)
for i=1,#g,1 do
......
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