Commit c1e71811 authored by wind2009's avatar wind2009 Committed by GitHub

Add special pick

parent e6ec2684
...@@ -25,6 +25,8 @@ local xyz_adv={[0]={},[1]={}} ...@@ -25,6 +25,8 @@ local xyz_adv={[0]={},[1]={}}
local extra_fixed={62709239,95169481} local extra_fixed={62709239,95169481}
local special_hanoi_force={44095762,35595518}
function Auxiliary.SplitData(inputstr) function Auxiliary.SplitData(inputstr)
local t={} local t={}
for str in string.gmatch(inputstr,"([^|]+)") do for str in string.gmatch(inputstr,"([^|]+)") do
...@@ -225,6 +227,11 @@ function Auxiliary.StartPick(e) ...@@ -225,6 +227,11 @@ function Auxiliary.StartPick(e)
end end
end end
end end
for p=0,1 do
Auxiliary.SinglePick(p,special_hanoi_force,1,nil,nil,true)
end
Auxiliary.SaveDeck() Auxiliary.SaveDeck()
for p=0,1 do for p=0,1 do
if Duel.IsPlayerNeedToPickDeck(p) then if Duel.IsPlayerNeedToPickDeck(p) then
......
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