From f2fe9feb3ab8defa38e69d6f72241c2b64893461 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 1 Jan 2022 23:30:33 +0900 Subject: [PATCH] =?UTF-8?q?game:=20U=EA=B5=AD=EC=9D=98=20=EC=9C=A0?= =?UTF-8?q?=EC=A0=80=EC=9E=A5=EA=B0=84=20=EA=B1=B0=EB=A6=AC=EB=A5=BC=204->?= =?UTF-8?q?3=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= 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 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)