From 8f1e713451a228c920a2b9fe63447f369aac7eaa Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 20 Feb 2022 14:57:56 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9D=B4=EB=B2=A4=ED=8A=B8=EB=A1=9C=20?= =?UTF-8?q?=EB=AA=A8=EB=93=A0=20=EC=9E=A5=EC=88=98=EC=9D=98=20=EC=A7=80?= =?UTF-8?q?=EC=B6=9C=EC=9D=B4=200=EC=9D=B8=20=EA=B2=BD=EC=9A=B0=20?= =?UTF-8?q?=EB=8C=80=EB=B9=84?= 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 08189fb8..9ff69c9e 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -4144,7 +4144,7 @@ class GeneralAI $wallIncome = getWallIncome($nation['nation'], $nation['level'], $nation['rate'], $nation['capital'], $nation['type'], $cityList); $income = $riceIncome + $wallIncome; - $outcome = getOutcome(100, $dedicationList); + $outcome = Util::valueFit(getOutcome(100, $dedicationList), 1); $bill = intval($income / $outcome * 90); // 수입의 90% 만 지급 if ($nation['rice'] + $income - $outcome > $this->nationPolicy->reqNationRice * 2) {