summaryrefslogtreecommitdiff
path: root/npc/functions/maze.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-04 10:31:23 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-04 10:31:23 -0300
commit84b3d3ee3cf95aff0d9fa273c0d6c2927ce8b9fc (patch)
treed76789abfd25c4f665b91e95fb65264a5830d762 /npc/functions/maze.txt
parent57063de0cedd533ae5ac29b5d54e9a7fefe15b7a (diff)
downloadserverdata-84b3d3ee3cf95aff0d9fa273c0d6c2927ce8b9fc.tar.gz
serverdata-84b3d3ee3cf95aff0d9fa273c0d6c2927ce8b9fc.tar.bz2
serverdata-84b3d3ee3cf95aff0d9fa273c0d6c2927ce8b9fc.tar.xz
serverdata-84b3d3ee3cf95aff0d9fa273c0d6c2927ce8b9fc.zip
Cosmetic improvements
Diffstat (limited to 'npc/functions/maze.txt')
-rw-r--r--npc/functions/maze.txt2
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 {