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