From 8c283f47851c97f48ec4f5e94835b8636de4a519 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 11 Aug 2021 15:02:32 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=A0=84=20commit=20=EC=88=98?= =?UTF-8?q?=EC=B9=98=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/GeneralAI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index 4168e237..99aa0622 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -3170,7 +3170,7 @@ class GeneralAI return null; } - if (Util::randBool(pow(1 / ($nationCnt + 0.1) / pow($notFullNationCnt, 3), 1 / 4))) { + if (Util::randBool(pow(1 / ($nationCnt + 0.2) / pow($notFullNationCnt, 3), 1 / 4))) { return null; } }