Commit 4100ff14 authored by JoyJ's avatar JoyJ

fix

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