인탐 가속 조건 강화
This commit is contained in:
@@ -318,7 +318,7 @@ function process_29(&$general) {
|
|||||||
$curr_cnt = Util::toInt($total_gen_cnt + $total_npc_cnt / 2);
|
$curr_cnt = Util::toInt($total_gen_cnt + $total_npc_cnt / 2);
|
||||||
$remain_slot = $max_gen_cnt - $curr_cnt;
|
$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);
|
$found_prop = 1 / ($npc_cnt + 1);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|||||||
Reference in New Issue
Block a user