diff --git a/hwe/func_process_personnel.php b/hwe/func_process_personnel.php index e8eb7b28..ac427339 100644 --- a/hwe/func_process_personnel.php +++ b/hwe/func_process_personnel.php @@ -322,7 +322,7 @@ function process_29(&$general) { $found_prop_small = 1 / ($total_npc_cnt / 3 + 1); $found_prop_big = 1 / $max_gen_cnt; - if($total_npc_cnt < 30){ + if($total_npc_cnt < 50){ $found_prop = max($found_prop_main, $found_prop_small); } else{