fix: 병가 인구 상승률 버그 수정

fix: 병가 인구 상승률 버그 수정
This commit is contained in:
jyp9
2024-07-30 14:55:40 +09:00
parent 3ad16d96be
commit d573e9f98a
+1 -1
View File
@@ -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;
}