버그 수정

This commit is contained in:
2019-04-28 02:54:01 +09:00
parent a7f000e51e
commit ab47f40ee1
6 changed files with 18 additions and 21 deletions
@@ -86,7 +86,7 @@ class che_사기진작 extends Command\GeneralCommand{
$exp = $general->onPreGeneralStatUpdate($general, 'experience', $exp);
$ded = $general->onPreGeneralStatUpdate($general, 'dedication', $ded);
$general->increaseVarWithLimit('atmos', $score, 0, GameConst::$maAtmosByCommand);
$general->increaseVarWithLimit('atmos', $score, 0, GameConst::$maxAtmosByCommand);
$general->setVar('train', $sideEffect);
$general->addDex($general->getCrewTypeObj(), $score, false);