guozhan
This commit is contained in:
parent
e8afd28510
commit
89541571a4
|
@ -5164,6 +5164,7 @@
|
||||||
next.callback=callback;
|
next.callback=callback;
|
||||||
next.switchToAuto=switchToAuto;
|
next.switchToAuto=switchToAuto;
|
||||||
next.processAI=processAI;
|
next.processAI=processAI;
|
||||||
|
next.complexSelect=true;
|
||||||
game.resume();
|
game.resume();
|
||||||
},current,event.callback,event.switchToAuto,event.processAI);
|
},current,event.callback,event.switchToAuto,event.processAI);
|
||||||
target._choose_button_ol=current;
|
target._choose_button_ol=current;
|
||||||
|
|
|
@ -646,7 +646,7 @@ mode.guozhan={
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for(var i in result){
|
for(var i in result){
|
||||||
if(result[i]=='ai'){
|
if(result[i]=='ai'||!reult[i].links||result[i].links.length<1){
|
||||||
if(sort){
|
if(sort){
|
||||||
sort=false;
|
sort=false;
|
||||||
event.list.randomSort();
|
event.list.randomSort();
|
||||||
|
|
Loading…
Reference in New Issue