From a12f16aea7c30fbce2fc6134042189566d367b92 Mon Sep 17 00:00:00 2001 From: copcap Date: Thu, 28 Sep 2023 12:45:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=A8=E4=B8=8D=E7=96=91bugfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- character/mobile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/character/mobile.js b/character/mobile.js index 1dd1c7400..cb7b15ba2 100644 --- a/character/mobile.js +++ b/character/mobile.js @@ -391,6 +391,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){ target.damage('unreal'); }, ai:{ + order:6, result:{ target:function(player,target){ if(player.getHp()+player.countCards('hs',card=>player.canSaveCard(card,player))<1) return 0;