From 43ba732aad5f8d2ec8c77fee6fb3eb8dd64cabf1 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 3 Oct 2019 21:15:52 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20=EC=A6=9D=EC=B6=95?= =?UTF-8?q?=EB=9F=89=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/GameConstBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/GameConstBase.php b/hwe/sammo/GameConstBase.php index 9a04f049..692e98dd 100644 --- a/hwe/sammo/GameConstBase.php +++ b/hwe/sammo/GameConstBase.php @@ -77,7 +77,7 @@ class GameConstBase /** @var int 최소 인구 증가량 */ public static $basePopIncreaseAmount = 5000; /** @var int 증축시 인구 증가량 */ - public static $expandCityPopIncreaseAmount = 10000; + public static $expandCityPopIncreaseAmount = 100000; /** @var int 증축시 내정 증가량 */ public static $expandCityDevelIncreaseAmount = 2000; /** @var int 증축시 성벽 증가량 */