From 950bcb467258c72c45319e16e61daa2d9cd4cbcd Mon Sep 17 00:00:00 2001 From: 157 <3619242020@qq.com> Date: Tue, 7 May 2024 10:49:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E3=80=90=E6=81=AF=E5=85=B5?= =?UTF-8?q?=E3=80=91ai?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- character/huicui/skill.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/character/huicui/skill.js b/character/huicui/skill.js index c609125e3..1fc55d0a3 100644 --- a/character/huicui/skill.js +++ b/character/huicui/skill.js @@ -12437,7 +12437,7 @@ const skills = { var target = event.player; var att = get.attitude(player, target); var num2 = Math.min(5, target.hp) - target.countCards("h"); - if (num2 <= 0) return att <= 0; + if (num2 <= 0) return false; var num = target.countCards("h", function (card) { return target.hasValueTarget(card, null, true); });