司马师小调

This commit is contained in:
copcap 2024-02-27 04:10:35 +08:00
parent 99f51ac957
commit 08a04f618f
No known key found for this signature in database
GPG Key ID: 30E7AB6699451AEE
1 changed files with 2 additions and 2 deletions

View File

@ -310,7 +310,6 @@ game.import('character',function(lib,game,ui,get,ai,_status){
sishiList
})
.then(()=>{
'step 0';
const lose_list=[],players=game.filterPlayer();
players.forEach(current=>{
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){
game.loseAsync({lose_list}).setContent('chooseToCompareLose');
}
'step 1';
})
.then(()=>{
game.cardsGotoSpecial(sishiList);
game.log(sishiList,'被移出了游戏');
});