diff --git a/hwe/func_process_personnel.php b/hwe/func_process_personnel.php index d760727c..c1f28636 100644 --- a/hwe/func_process_personnel.php +++ b/hwe/func_process_personnel.php @@ -365,7 +365,7 @@ function process_29(&$general) { $name = "{$name}{$count}"; } - $join_prop = 0.7 * $avg_cnt / ($gen_cnt + $npc_cnt / 2); + $join_prop = 0.55 * $avg_cnt / ($gen_cnt + $npc_cnt / 2); if($nation['scout'] != 0 || !Util::randBool($join_prop)) { $scoutType = "발견";