diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index 4168e237..99aa0622 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -3170,7 +3170,7 @@ class GeneralAI return null; } - if (Util::randBool(pow(1 / ($nationCnt + 0.1) / pow($notFullNationCnt, 3), 1 / 4))) { + if (Util::randBool(pow(1 / ($nationCnt + 0.2) / pow($notFullNationCnt, 3), 1 / 4))) { return null; } }