내정 커맨드 버그 수정, 정착장려, 주민선정 추가, RemainCityTrust 추가, succ -> success

This commit is contained in:
2018-09-15 03:42:09 +09:00
parent f5bcaba352
commit b5380f183c
17 changed files with 393 additions and 57 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class che_은둔 implements iActionTrigger{
public function onCalcDomestic(string $turnType, string $varType, float $value):float{
if($turnType == '단련'){
if($varType == 'succ'){
if($varType == 'success'){
return $value + 0.1;
}
}