인탐 가속 조건 강화

This commit is contained in:
2019-03-09 06:12:26 +09:00
parent 0be6f7f57e
commit 760cb97db4
+1 -1
View File
@@ -318,7 +318,7 @@ function process_29(&$general) {
$curr_cnt = Util::toInt($total_gen_cnt + $total_npc_cnt / 2);
$remain_slot = $max_gen_cnt - $curr_cnt;
if($nation['scout'] == 0 && $npc_cnt < 2){
if($total_npc_cnt < 20 && $nation['scout'] == 0 && $npc_cnt < 2){
$found_prop = 1 / ($npc_cnt + 1);
}
else{