From 33b0c19d430744dd6371a859eaf60926856bb02b Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 25 Apr 2020 23:15:26 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A0=ED=8F=AC=20=ED=99=95=EB=A5=A0=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20=EC=88=98=EC=A0=95?= 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 c5677b90..852fd8aa 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -1584,7 +1584,7 @@ class GeneralAI $devRate = $this->calcNationDevelopedRate(); $trialProp += ($devRate['pop'] + $devRate['all']) / 2; - $trialProp /= 3; + $trialProp /= 4; $trialProp = $trialProp**8; if(!Util::randBool($trialProp)){