From 725278c7c3b27841ea4ba176e04a646adf904c0f Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 10 Aug 2021 16:55:52 +0900 Subject: [PATCH] =?UTF-8?q?=ED=83=9C=EC=88=98=EA=B5=AD=20=EA=B1=B0?= =?UTF-8?q?=EB=A6=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Event/Action/RaiseNPCNation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)