This commit is contained in:
parent
f59f8ee8e8
commit
1fb92a6d90
|
@ -1,6 +1,6 @@
|
|||
window.noname_update={
|
||||
version:'1.9.20',
|
||||
update:'1.9.19',
|
||||
// update:'1.9.19',
|
||||
changeLog:[
|
||||
'忠胆英杰',
|
||||
],
|
||||
|
@ -16,7 +16,7 @@ window.noname_update={
|
|||
'character/*',
|
||||
// 'character/sp.js',
|
||||
// 'mode/boss.js',
|
||||
'mode/versus.js',
|
||||
// 'mode/versus.js',
|
||||
// 'mode/guozhan.js',
|
||||
// 'mode/identity.js',
|
||||
// 'mode/chess.js',
|
||||
|
|
|
@ -2716,13 +2716,13 @@ mode.versus={
|
|||
}
|
||||
},
|
||||
modeSwapPlayer:function(player){
|
||||
if(_status.mode=='four'){
|
||||
game.swapPlayer(player);
|
||||
}
|
||||
else{
|
||||
if(_status.mode=='three'||(_status.mode=='standard'&&lib.storage.single_control)){
|
||||
game.swapControl(player);
|
||||
game.onSwapControl();
|
||||
}
|
||||
else{
|
||||
game.swapPlayer(player);
|
||||
}
|
||||
},
|
||||
updateLineMe:function(opacity,player){
|
||||
if(!player){
|
||||
|
|
Loading…
Reference in New Issue