Commit a9024ae9 authored by 未闻皂名's avatar 未闻皂名

2022/9/27 bug修复

parent 71c6cc38
...@@ -37,6 +37,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -37,6 +37,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
local ct=5-Duel.GetFieldGroupCount(tp,0,LOCATION_HAND) local ct=5-Duel.GetFieldGroupCount(tp,0,LOCATION_HAND)
if ct>0 then if ct>0 then
Duel.BreakEffect() Duel.BreakEffect()
Duel.ShuffleDeck(1-tp)
Duel.Draw(1-tp,ct,REASON_EFFECT) Duel.Draw(1-tp,ct,REASON_EFFECT)
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