From 509d1a05a260f1ece3f87e95e787a8d686ca38ba Mon Sep 17 00:00:00 2001 From: mengxinzxz <139629761+mengxinzxz@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:28:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=AD=E7=85=A7chooseButton=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- character/mobile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/character/mobile.js b/character/mobile.js index 684b99d24..18c366c4a 100644 --- a/character/mobile.js +++ b/character/mobile.js @@ -1128,7 +1128,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){ 'step 3' var suit=event.suit; if(target.countCards('h',{suit:suit})){ - player.chooseButton(['选择获得其中一张牌',target.getCards('e',{suit:suit})],true).set('ai',button=>get.value(button.link)); + player.chooseButton(['选择获得其中一张牌',target.getCards('h',{suit:suit})],true).set('ai',button=>get.value(button.link)); } else event.goto(5); 'step 4'