summaryrefslogtreecommitdiff
path: root/npc/functions/soul_menhir.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/soul_menhir.txt')
-rw-r--r--npc/functions/soul_menhir.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/soul_menhir.txt b/npc/functions/soul_menhir.txt
index 968eb83bf..299d6067c 100644
--- a/npc/functions/soul_menhir.txt
+++ b/npc/functions/soul_menhir.txt
@@ -111,7 +111,7 @@ L_Do_Save:
goto L_Return;
L_FindPoint:
- @n = rand(getarraysize(@Xs));
+ @n = rand2(getarraysize(@Xs));
@x = @Xs[@n];
@y = @Ys[@n];
goto L_Do_Save;