Commit 4100ff14 authored by JoyJ's avatar JoyJ

fix

parent 7dc7c76f
......@@ -89,7 +89,7 @@ Duel.Draw = function(tp,count,reason)
return
end
local g=Duel.SelectMatchingCard(tp,nil,tp,LOCATION_DECK,0,count,count,nil)
Duel.SendtoHand(g,tp,REASON_DRAW | reason)
return Duel.SendtoHand(g,tp,REASON_DRAW | reason)
end
function CUNGUI.operation(e,tp,eg,ep,ev,re,r,rp)
aux.DrawReplaceCount=aux.DrawReplaceCount+1
......
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