game: 최대 레벨, 능력치 제한을 255로 변경

This commit is contained in:
2023-04-29 23:46:22 +09:00
parent da6b1fe7f1
commit 38f10b5f09
+1 -1
View File
@@ -84,7 +84,7 @@ class GameConstBase
public static $maxBetrayCnt = 9;
/** @var int 최대 레벨 */
public static $maxLevel = 300;
public static $maxLevel = 255;
/** @var int 최소 인구 증가량 */
public static $basePopIncreaseAmount = 5000;