From d573e9f98ad971c5297c8257093bcf060aa66863 Mon Sep 17 00:00:00 2001 From: jyp9 Date: Tue, 30 Jul 2024 14:55:40 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B3=91=EA=B0=80=20=EC=9D=B8=EA=B5=AC?= =?UTF-8?q?=20=EC=83=81=EC=8A=B9=EB=A5=A0=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: 병가 인구 상승률 버그 수정 --- hwe/sammo/ActionNationType/che_병가.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/ActionNationType/che_병가.php b/hwe/sammo/ActionNationType/che_병가.php index bf69a6b1..1b2199c5 100644 --- a/hwe/sammo/ActionNationType/che_병가.php +++ b/hwe/sammo/ActionNationType/che_병가.php @@ -29,7 +29,7 @@ class che_병가 extends \sammo\BaseNation{ return $value; } - public function onCalcNationalIncome(string $type, $amount):int{ + public function onCalcNationalIncome(string $type, $amount){ if($type == 'pop' && $amount > 0){ return $amount * 0.8; }