From 2a12186fe7382e102b93efdd1468d202506c8db5 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Fri, 4 Jan 2013 13:51:21 +0100 Subject: Soul menhir function: Fix some typing errors. --- world/map/npc/functions/soul_menhir.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/world/map/npc/functions/soul_menhir.txt b/world/map/npc/functions/soul_menhir.txt index 607a737e..a8d3f909 100644 --- a/world/map/npc/functions/soul_menhir.txt +++ b/world/map/npc/functions/soul_menhir.txt @@ -4,14 +4,14 @@ function|script|SoulMenhir|{ next; menu - "Touch it", -, - "Leave it alone", L_Return; + "Touch it.", -, + "Leave it alone.", L_Return; if (Menhir_Activated == 1) goto L_Shortversion; mes "[Soul Menhir]"; - mes "(You touch the mysteriouse stone. Somehow it feels warm and cold at the same time.)"; + mes "(You touch the mysterious stone. Somehow it feels warm and cold at the same time.)"; next; mes "[Soul Menhir]"; @@ -27,7 +27,7 @@ function|script|SoulMenhir|{ L_Shortversion: mes "[Soul Menhir]"; - mes "(A strange sensation flows through you. It feels like your soul leaves your body and becomes one with the stone. as suddenly as the feeling started it stops.)"; + mes "(A strange sensation flows through you. It feels like your soul leaves your body and becomes one with the stone. As suddenly as the feeling started it stops.)"; next; L_Save: -- cgit v1.2.3-60-g2f50