확률 추가 수정

This commit is contained in:
2019-03-15 15:15:00 +09:00
parent 6ce0e72b33
commit 9b9c2546c8
+1 -1
View File
@@ -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 = "발견";