Commit 9f690e9c authored by wind2009's avatar wind2009

Fix

parent 1e2bed88
...@@ -368,6 +368,9 @@ function Auxiliary.StartPick(e) ...@@ -368,6 +368,9 @@ function Auxiliary.StartPick(e)
Auxiliary.SaveDeck() Auxiliary.SaveDeck()
--ActionDuel.Load_Action_Duel() --ActionDuel.Load_Action_Duel()
--Chicken_Game_Rule
Auxiliary.Load_Chicken_Game_Rule()
for p=0,1 do for p=0,1 do
if Duel.IsPlayerNeedToPickDeck(p) then if Duel.IsPlayerNeedToPickDeck(p) then
Duel.ShuffleDeck(p) Duel.ShuffleDeck(p)
...@@ -392,9 +395,6 @@ function Auxiliary.Load2PickRule() ...@@ -392,9 +395,6 @@ function Auxiliary.Load2PickRule()
--Skill DrawSense Specials --Skill DrawSense Specials
Auxiliary.Load_Skill_DrawSense_Rule() Auxiliary.Load_Skill_DrawSense_Rule()
--Chicken_Game_Rule
Auxiliary.Load_Chicken_Game_Rule()
end end
--Skill_DrawSense_Rule --Skill_DrawSense_Rule
......
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