From 808aa249c78bf09881bb5f9a4f942528aa134914 Mon Sep 17 00:00:00 2001 From: kuangthree Date: Tue, 27 Feb 2024 22:14:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=86=85=E5=A5=B8=E6=92=95?= =?UTF-8?q?=E7=A5=A8=E5=80=BE=E5=90=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mode/identity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mode/identity.js b/mode/identity.js index 3f8026c59..fe6fd96bd 100644 --- a/mode/identity.js +++ b/mode/identity.js @@ -3623,7 +3623,7 @@ game.import('mode',function(lib,game,ui,get,ai,_status){ } if(fan){ if(to.hp>1&&to.hp>fan.hp&&to.countCards('he')>fan.countCards('he')){ - return -3; + return -1.7; } } return 0;