추가 변경

This commit is contained in:
2021-08-11 15:03:31 +09:00
parent 8c283f4785
commit 836278cfdf
+1 -1
View File
@@ -3170,7 +3170,7 @@ class GeneralAI
return null;
}
if (Util::randBool(pow(1 / ($nationCnt + 0.2) / pow($notFullNationCnt, 3), 1 / 4))) {
if (Util::randBool(pow(1 / ($nationCnt + 1) / pow($notFullNationCnt, 3), 1 / 4))) {
return null;
}
}