forked from devsam/core
내정 커맨드 버그 수정, 정착장려, 주민선정 추가, RemainCityTrust 추가, succ -> success
This commit is contained in:
@@ -21,7 +21,7 @@ class che_귀모 implements iActionTrigger{
|
||||
|
||||
public function onCalcDomestic(string $turnType, string $varType, float $value):float{
|
||||
if($turnType == '계략'){
|
||||
if($varType == 'succ') return $value + 0.1;
|
||||
if($varType == 'success') return $value + 0.1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user