From 29a54651b89598dfbc54eb74a03c234c93011406 Mon Sep 17 00:00:00 2001 From: 157 <3619242020@qq.com> Date: Tue, 23 Jan 2024 19:00:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=8B=E6=9D=80=E6=9C=B1?= =?UTF-8?q?=E6=B2=BB=E3=80=90=E5=AE=89=E5=9B=BD=E3=80=91=E7=9B=AE=E6=A0=87?= =?UTF-8?q?=E6=BF=92=E6=AD=BBbug?= 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 8b4bf1a37..e28ef1fed 100644 --- a/character/mobile.js +++ b/character/mobile.js @@ -4112,7 +4112,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){ 'step 1' var hp=player.hp-1,maxhp=player.maxHp-1; if(hp>0&&maxhp>0){ - player.chooseControl(choices).set('prompt','安国:请选择一项').set('choiceList',[ + player.chooseControl().set('prompt','安国:请选择一项').set('choiceList',[ '失去'+hp+'点体力,令'+get.translation(trigger.player)+'获得1点护甲', '减'+maxhp+'点体力上限,令'+get.translation(trigger.player)+'获得1点护甲' ]).set('ai',()=>'选项一');