From 07b477de0392fe15c508f456fd2deb2c4e6c46e4 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Tue, 5 May 2009 14:09:16 -0600 Subject: Fix the Soul Menhirs when you don't touch them --- npc/functions/soul_menhir.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3-60-g2f50