diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2013-01-04 13:51:21 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-01-04 13:51:21 +0100 |
commit | 2a12186fe7382e102b93efdd1468d202506c8db5 (patch) | |
tree | 66cd22afc5d6d3e69d389d93d86ec15cb6b572e1 | |
parent | e93ca78f045ace0d49edc9e5803dac6171869113 (diff) | |
download | serverdata-2a12186fe7382e102b93efdd1468d202506c8db5.tar.gz serverdata-2a12186fe7382e102b93efdd1468d202506c8db5.tar.bz2 serverdata-2a12186fe7382e102b93efdd1468d202506c8db5.tar.xz serverdata-2a12186fe7382e102b93efdd1468d202506c8db5.zip |
Soul menhir function: Fix some typing errors.
-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: |