From 17fecb4277df1effb7177096314797e5e43dc857 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 28 Apr 2022 00:35:02 -0300 Subject: Prepare for maze system expansion (we'll go from 24 mazes to 75 mazes) --- db/constants.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'db/constants.conf') diff --git a/db/constants.conf b/db/constants.conf index 4b3d10ea0..2f245aa12 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2380,8 +2380,11 @@ constants_db: { INT_MAX: 2147483647 comment__: "Maze Domain constants" - MAZE_MIN: 1 - MAZE_MAX: 24 + MAZE_SIZE_S: 1 + MAZE_SIZE_M: 2 + MAZE_SIZE_G: 4 + MAZE_SIZE_X: 8 + MAZE_SIZE_A: 16 comment__: "Aurora Event constants" FY_MISC: 0 -- cgit v1.2.3-70-g09d2