diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index da6f84ec..4c6bfc8e 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -3578,6 +3578,7 @@ class GeneralAI elseif ($avg > 0.50) $rate = 15; else $rate = 10; } + $this->nation['rate'] = $rate; $db->update('nation', [ 'war' => 0,