From d645717e176a16ce020c882a566b1afc015a108f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 28 Apr 2022 00:44:35 -0300 Subject: Dream Tower can now be from 30x30 to 45x45 (randomly) --- npc/functions/event.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/event.txt b/npc/functions/event.txt index 8ffbe6125..8ee850cbf 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -81,7 +81,7 @@ OnWarpTo: } // Create maze and populate - CreateMaze(IOT_CHAR); + CreateMaze(IOT_CHAR, MAZE_SIZE_S | MAZE_SIZE_M); .@mx=getmapinfo(MAPINFO_SIZE_X, MAZE_MAP$)-20; .@my=getmapinfo(MAPINFO_SIZE_Y, MAZE_MAP$)-20; .@tl=(20-.@mx)*(20-.@my) * 3 / 10; // Total tiles + collision guess -- cgit v1.2.3-60-g2f50