Commit d60b969c authored by Tachibana's avatar Tachibana

eme

parent 51b9d350
Pipeline #9293 passed with stages
in 28 minutes and 20 seconds
......@@ -61,9 +61,10 @@ end
function cm.matop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local g=Duel.GetDecktopGroup(1-tp,5)
if c:IsRelateToEffect(e) and g:GetCount()==5 then
Duel.DisableShuffleCheck()
if c:IsRelateToEffect(e) and g:GetCount()==5 then
Duel.ConfirmCards(tp,g)
local g2=g:Select(tp,1,1,nil)
Duel.DisableShuffleCheck()
Duel.Overlay(c,g2)
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