This commit is contained in:
parent
a8472a1663
commit
82dbeb6a38
|
@ -1,9 +1,13 @@
|
|||
window.noname_update={
|
||||
version:'1.8.20.1',
|
||||
version:'1.8.20.2',
|
||||
changeLog:[
|
||||
'修bug',
|
||||
],
|
||||
files:{
|
||||
global:[],
|
||||
global:[
|
||||
'mode/guozhan.js',
|
||||
'character/xianjian.js',
|
||||
],
|
||||
'1.8.20.1':[],
|
||||
}
|
||||
}
|
||||
|
|
|
@ -150,7 +150,6 @@ mode.guozhan={
|
|||
choice.push(list[i]);
|
||||
list.splice(i--,1);
|
||||
if(choice.length>=num){
|
||||
console.log(group);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -647,6 +646,7 @@ mode.guozhan={
|
|||
if(!lib.character[button.link]) return false;
|
||||
return (lib.character[button.link][1]==lib.character[ui.selected.buttons[0].link][1]);
|
||||
};
|
||||
list.randomSort();
|
||||
for(var i=0;i<game.players.length;i++){
|
||||
list2.push([game.players[i],['选择角色',[game.getCharacterChoice(list,num),'character']],2,
|
||||
true,function(){return Math.random()},filterButton]);
|
||||
|
|
Loading…
Reference in New Issue