game: U국의 유저장간 거리를 4->3로 변경

This commit is contained in:
2022-01-01 23:30:33 +09:00
parent b99f3a3053
commit f2fe9feb3a
+1 -1
View File
@@ -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)