diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-04-28 00:44:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-04-28 00:44:35 -0300 |
commit | d645717e176a16ce020c882a566b1afc015a108f (patch) | |
tree | a699e382fe1860ee8217c0ab362b2ef36925f2c3 /npc/functions/event.txt | |
parent | 7a217a446af10ec2189c61ed956382694df46358 (diff) | |
download | serverdata-d645717e176a16ce020c882a566b1afc015a108f.tar.gz serverdata-d645717e176a16ce020c882a566b1afc015a108f.tar.bz2 serverdata-d645717e176a16ce020c882a566b1afc015a108f.tar.xz serverdata-d645717e176a16ce020c882a566b1afc015a108f.zip |
Dream Tower can now be from 30x30 to 45x45 (randomly)
Diffstat (limited to 'npc/functions/event.txt')
-rw-r--r-- | npc/functions/event.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |