Commit 4bddcee3 authored by nanahira's avatar nanahira

change seq

parent 6b4ad560
......@@ -122,7 +122,7 @@ function inititialize()
Duel.Hint(MSG_HINT,p,HINTMSG_TOFIELD)
choices[p]=monsters[p]:Select(p,1,1,nil):GetFirst()
end
for p=1,0,-1 do
for p=0,1 do
buffOptions[p]=Duel.SelectOption(p,table.unpack(AllHints))+1
end
for p=0,1 do
......
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