forked from devsam/core
내정 커맨드 버그 수정, 정착장려, 주민선정 추가, RemainCityTrust 추가, succ -> success
This commit is contained in:
@@ -21,7 +21,7 @@ class che_통찰 implements iActionTrigger{
|
||||
if($turnType == '민심' || $turnType == '인구'){
|
||||
if($varType == 'score') return $value * 1.1;
|
||||
if($varType == 'cost') return $value * 0.8;
|
||||
if($varType == 'succ') return $value + 0.1;
|
||||
if($varType == 'success') return $value + 0.1;
|
||||
}
|
||||
|
||||
return $value;
|
||||
|
||||
Reference in New Issue
Block a user