diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index 7afb068a..0b904e00 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -2709,7 +2709,7 @@ class GeneralAI $city = $this->city; $nation = $this->nation; - if (($nation['rice'] < GameConst::$baserice) && $this->rng->nextBool(0.7)) { + if (($nation['rice'] < GameConst::$baserice) && $general->getNPCType() >= 2 && $this->rng->nextBool(0.7)) { return null; }