diff options
-rw-r--r-- | world/map/npc/functions/soul_menhir.txt | 8 |
1 files 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: |