Commit 4f7e81e4 authored by REIKAI's avatar REIKAI 💬

buug fix

parent 2cee1fb0
Pipeline #20973 passed with stages
in 26 minutes and 26 seconds
...@@ -66,7 +66,7 @@ function cm.tdop(e,tp,eg,ep,ev,re,r,rp) ...@@ -66,7 +66,7 @@ function cm.tdop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(tc,1-tp,REASON_EFFECT) Duel.SendtoHand(tc,1-tp,REASON_EFFECT)
if Duel.IsPlayerCanDraw(1-tp,count) then if Duel.IsPlayerCanDraw(1-tp,count) then
Duel.BreakEffect() Duel.BreakEffect()
Duel.Draw(tp,count,REASON_EFFECT) Duel.Draw(1-tp,count,REASON_EFFECT)
end end
end end
end end
\ No newline at end of file
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