Commit d60b969c authored by Tachibana's avatar Tachibana

eme

parent 51b9d350
...@@ -62,8 +62,9 @@ function cm.matop(e,tp,eg,ep,ev,re,r,rp) ...@@ -62,8 +62,9 @@ function cm.matop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local g=Duel.GetDecktopGroup(1-tp,5) local g=Duel.GetDecktopGroup(1-tp,5)
if c:IsRelateToEffect(e) and g:GetCount()==5 then if c:IsRelateToEffect(e) and g:GetCount()==5 then
Duel.DisableShuffleCheck() Duel.ConfirmCards(tp,g)
local g2=g:Select(tp,1,1,nil) local g2=g:Select(tp,1,1,nil)
Duel.DisableShuffleCheck()
Duel.Overlay(c,g2) Duel.Overlay(c,g2)
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