Commit b10b32c8 authored by VHisc's avatar VHisc Committed by GitHub

fix Musical Sumo Dice Games (#1947)

parent 41a9dca5
...@@ -45,8 +45,8 @@ function c96637156.movop(e,tp,eg,ep,ev,re,r,rp) ...@@ -45,8 +45,8 @@ function c96637156.movop(e,tp,eg,ep,ev,re,r,rp)
end end
if tc then if tc then
local og=tc:GetOverlayGroup() local og=tc:GetOverlayGroup()
og:AddCard(tc) if og:GetCount()>0 then Duel.Overlay(c,og) end
Duel.Overlay(c,og) Duel.Overlay(c,tc)
end end
if p==tp then if p==tp then
Duel.MoveSequence(c,seq) Duel.MoveSequence(c,seq)
......
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