diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-04 10:31:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-04 10:31:23 -0300 |
commit | 84b3d3ee3cf95aff0d9fa273c0d6c2927ce8b9fc (patch) | |
tree | d76789abfd25c4f665b91e95fb65264a5830d762 /npc/functions | |
parent | 57063de0cedd533ae5ac29b5d54e9a7fefe15b7a (diff) | |
download | serverdata-84b3d3ee3cf95aff0d9fa273c0d6c2927ce8b9fc.tar.gz serverdata-84b3d3ee3cf95aff0d9fa273c0d6c2927ce8b9fc.tar.bz2 serverdata-84b3d3ee3cf95aff0d9fa273c0d6c2927ce8b9fc.tar.xz serverdata-84b3d3ee3cf95aff0d9fa273c0d6c2927ce8b9fc.zip |
Cosmetic improvements
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/maze.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/maze.txt b/npc/functions/maze.txt index 3c5c13857..aafb153a8 100644 --- a/npc/functions/maze.txt +++ b/npc/functions/maze.txt @@ -89,7 +89,7 @@ function script InitMaze { .@mx=getmapinfo(MAPINFO_SIZE_X, MAZE_MAP$)-20; .@my=getmapinfo(MAPINFO_SIZE_Y, MAZE_MAP$)-20; } else { - .@mx=50; + .@mx=50; // Wouldn't (30,30) be safer? .@my=50; } do { |