버그 수정

This commit is contained in:
2020-04-22 23:55:13 +09:00
parent 3de14c7c4c
commit 127cbf1509
2 changed files with 35 additions and 1 deletions
@@ -221,7 +221,7 @@ class che_인재탐색 extends Command\GeneralCommand{
$intel = Util::round($intel);
$joinProp = 0.55 * $avgCnt / ($genCnt + $npcCnt / 2);
$joinProp = 0.55 * $avgCnt / (Util::valueFit($genCnt + $npcCnt, 1) / 2);
$noScout = false;
if($this->nation['scout'] != 0){
$noScout = true;