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.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/functions/soul_menhir.txt b/npc/functions/soul_menhir.txt
index ccedc319..25ccc4db 100644
--- a/npc/functions/soul_menhir.txt
+++ b/npc/functions/soul_menhir.txt
@@ -5,7 +5,7 @@ function script SoulMenhir {
menu
"Touch it", -,
- "Leave it alone", return;
+ "Leave it alone", L_Return;
if (Menhir_Activated == 1) goto L_Shortversion;
@@ -31,5 +31,7 @@ L_Shortversion:
L_Save:
savepoint @map$, @x, @y;
+
+L_Return:
return;
}