Commit a09fdbdc authored by nanahira's avatar nanahira

Pick extra cards in sequence

parent 07c024f1
...@@ -157,7 +157,12 @@ function Auxiliary.StartPick(e) ...@@ -157,7 +157,12 @@ function Auxiliary.StartPick(e)
--Auxiliary.SinglePick(p,main,4) --Auxiliary.SinglePick(p,main,4)
end end
end end
for i=1,5 do for tp,list in pairs(extra_sp) do
for p=0,1 do
Auxiliary.SinglePick(p,list,4)
end
end
for i=1,2 do
for p=0,1 do for p=0,1 do
Auxiliary.SinglePick(p,extra,4) Auxiliary.SinglePick(p,extra,4)
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