Commit 0146b342 authored by nanahira's avatar nanahira

fix

parent 68397478
...@@ -174,8 +174,10 @@ function Auxiliary.StartPick(e) ...@@ -174,8 +174,10 @@ function Auxiliary.StartPick(e)
end end
end end
for tp,list in pairs(extra_sp) do for tp,list in pairs(extra_sp) do
for p=0,1 do if tp~=TYPE_FUSION then
Auxiliary.SinglePick(p,list,4) for p=0,1 do
Auxiliary.SinglePick(p,list,4)
end
end end
end end
for i=1,1 do for i=1,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