司马师小调
This commit is contained in:
parent
99f51ac957
commit
08a04f618f
|
@ -310,7 +310,6 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
sishiList
|
sishiList
|
||||||
})
|
})
|
||||||
.then(()=>{
|
.then(()=>{
|
||||||
'step 0';
|
|
||||||
const lose_list=[],players=game.filterPlayer();
|
const lose_list=[],players=game.filterPlayer();
|
||||||
players.forEach(current=>{
|
players.forEach(current=>{
|
||||||
const cards=current.getCards('hej').filter(card=>sishiList.includes(card));
|
const cards=current.getCards('hej').filter(card=>sishiList.includes(card));
|
||||||
|
@ -322,7 +321,8 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
if(lose_list.length){
|
if(lose_list.length){
|
||||||
game.loseAsync({lose_list}).setContent('chooseToCompareLose');
|
game.loseAsync({lose_list}).setContent('chooseToCompareLose');
|
||||||
}
|
}
|
||||||
'step 1';
|
})
|
||||||
|
.then(()=>{
|
||||||
game.cardsGotoSpecial(sishiList);
|
game.cardsGotoSpecial(sishiList);
|
||||||
game.log(sishiList,'被移出了游戏');
|
game.log(sishiList,'被移出了游戏');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue