모훈사 기준을 징병 6회로 변경

This commit is contained in:
2019-09-21 17:39:13 +09:00
parent 4612834870
commit 3f145abd6f
+1 -1
View File
@@ -248,7 +248,7 @@ function SetCrew($no, $nationID, $personal, $gold, $leader, $genType, $tech, $de
$crew = intdiv($gold, $cost);
if($leader < $crew) { $crew = $leader; }
if($allowedAction->recruit_high && $crew * $cost * 8 < $gold){
if($allowedAction->recruit_high && $crew * $cost * 6 < $gold){
$command = EncodeCommand(0, $type, $crew, 12);
}
else{