From 08a04f618ff461a1c49c2f5be4de5e449b1a6447 Mon Sep 17 00:00:00 2001 From: copcap Date: Tue, 27 Feb 2024 04:10:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=B8=E9=A9=AC=E5=B8=88=E5=B0=8F=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- character/huicui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/character/huicui.js b/character/huicui.js index 29bebb78f..e6603cead 100644 --- a/character/huicui.js +++ b/character/huicui.js @@ -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,'被移出了游戏'); });