diff --git a/hwe/sammo/Event/Action/RaiseNPCNation.php b/hwe/sammo/Event/Action/RaiseNPCNation.php index ecbc461e..8cdbd53e 100644 --- a/hwe/sammo/Event/Action/RaiseNPCNation.php +++ b/hwe/sammo/Event/Action/RaiseNPCNation.php @@ -25,7 +25,7 @@ class RaiseNPCNation extends \sammo\Event\Action } const CITY_KEYS = ['pop', 'agri', 'comm', 'secu', 'def', 'wall']; - const MIN_DIST_USERNATION = 4; + const MIN_DIST_USERNATION = 3; const MIN_DIST_NPCNATION = 2; private function calcAvgNationCity(array $cities)