forked from devsam/core
Compare commits
2
Commits
3ad16d96be
...
86f1805160
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86f1805160 | ||
|
|
d573e9f98a |
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user