Commit 7df57523 authored by wind2009's avatar wind2009

Fix Action Duel

parent add46dee
......@@ -260,6 +260,7 @@ 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)
......@@ -390,7 +391,6 @@ function Auxiliary.Load2PickRule()
--Skill DrawSense Specials
Auxiliary.Load_Skill_DrawSense_Rule()
Auxiliary.Load_Action_Duel()
end
--Action_Duel
......
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