forked from devsam/core
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d573e9f98a |
@@ -29,7 +29,7 @@ class che_병가 extends \sammo\BaseNation{
|
|||||||
return $value;
|
return $value;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function onCalcNationalIncome(string $type, $amount):int{
|
public function onCalcNationalIncome(string $type, $amount){
|
||||||
if($type == 'pop' && $amount > 0){
|
if($type == 'pop' && $amount > 0){
|
||||||
return $amount * 0.8;
|
return $amount * 0.8;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user