From d21e69689293c2943bb1fb16a639cc72e785c03c Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 15 Mar 2019 15:15:00 +0900 Subject: [PATCH] =?UTF-8?q?=ED=99=95=EB=A5=A0=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_process_personnel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "발견";