summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/event.txt2
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