diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/maze.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/maze.txt b/npc/functions/maze.txt index aafb153a8..23caede37 100644 --- a/npc/functions/maze.txt +++ b/npc/functions/maze.txt @@ -89,8 +89,8 @@ function script InitMaze { .@mx=getmapinfo(MAPINFO_SIZE_X, MAZE_MAP$)-20; .@my=getmapinfo(MAPINFO_SIZE_Y, MAZE_MAP$)-20; } else { - .@mx=50; // Wouldn't (30,30) be safer? - .@my=50; + .@mx=40; // Wouldn't (30,30) be safer? + .@my=40; } do { .@x = rand2(20, .@mx); |