정장, 선정 커맨드 문제로 명성,계급 반영 위치 이동

This commit is contained in:
2018-09-15 03:49:08 +09:00
parent 7232b0e48e
commit 178e0c4840
4 changed files with 25 additions and 21 deletions
+4 -2
View File
@@ -79,6 +79,10 @@ class che_기술연구 extends che_상업투자{
$score *= CriticalScoreEx($pick);
$score = Util::round($score);
$exp = $score * 0.7;
$ded = $score * 1.0;
$scoreText = number_format($score, 0);
$josaUl = JosaUtil::pick(static::$actionName, '을');
@@ -92,8 +96,6 @@ class che_기술연구 extends che_상업투자{
$logger->pushGeneralActionLog(static::$actionName."{$josaUl} 하여 <C>$scoreText</> 상승했습니다. <1>$date</>");
}
$exp = $score * 0.7;
$ded = $score * 1.0;
$exp = $general->onPreGeneralStatUpdate($general, 'experience', $exp);
$ded = $general->onPreGeneralStatUpdate($general, 'dedication', $ded);