小型fix
This commit is contained in:
parent
4db9b7302c
commit
87a13e7a0b
|
@ -781,9 +781,9 @@ game.import('card',function(lib,game,ui,get,ai,_status){
|
||||||
game.loseAsync({
|
game.loseAsync({
|
||||||
lose_list:lose_list,
|
lose_list:lose_list,
|
||||||
}).setContent('chooseToCompareLose');
|
}).setContent('chooseToCompareLose');
|
||||||
if(cards2.length) game.cardsGotoOrdering(cards2);
|
|
||||||
game.delayex();
|
|
||||||
}
|
}
|
||||||
|
if(cards2.length) game.cardsGotoOrdering(cards2);
|
||||||
|
game.delayex();
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
var num;
|
var num;
|
||||||
|
|
Loading…
Reference in New Issue