Commit e00cf9a4 authored by wind2009's avatar wind2009

Fix Action Duel

parent 7df57523
......@@ -260,13 +260,13 @@ function Auxiliary.ArbitraryPick(p,count,pick_lists,lists_count,copy,lv_diff,fix
end
end
function Auxiliary.StartPick(e)
Auxiliary.Load_Action_Duel()
for p=0,1 do
if Duel.IsPlayerNeedToPickDeck(p) then
local g=Duel.GetFieldGroup(p,0xff,0)
Duel.Exile(g,REASON_RULE)
end
end
Auxiliary.Load_Action_Duel()
--[[
for i=1,5 do
local list=main
......
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