fix: 병가 인구 상승률 버그 수정 (#255)

Reviewed-on: https://storage.hided.net/gitea/devsam/core/pulls/255
This commit was merged in pull request #255.
This commit is contained in:
2024-07-30 14:57:43 +09:00
+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;
}