diff options
author | wushin <pasekei@gmail.com> | 2015-02-15 12:24:09 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-02-19 23:02:12 -0600 |
commit | d64e30a251b85ea68fcc955427856bdd4824bf33 (patch) | |
tree | 30ecccb84c2852fe954b31b383de9afecc1189f7 /world | |
parent | c18b1f6fe7feb56039c9dbca86907267eb587d9d (diff) | |
download | serverdata-d64e30a251b85ea68fcc955427856bdd4824bf33.tar.gz serverdata-d64e30a251b85ea68fcc955427856bdd4824bf33.tar.bz2 serverdata-d64e30a251b85ea68fcc955427856bdd4824bf33.tar.xz serverdata-d64e30a251b85ea68fcc955427856bdd4824bf33.zip |
fix mes strings
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/029-1/hasan.txt | 2 | ||||
-rw-r--r-- | world/map/npc/029-1/hideandseek.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/029-1/hasan.txt b/world/map/npc/029-1/hasan.txt index a52a57ca..1cded616 100644 --- a/world/map/npc/029-1/hasan.txt +++ b/world/map/npc/029-1/hasan.txt @@ -65,7 +65,7 @@ L_Main: mes "[Unfriendly Guy]"; mes "\"What are you looking at?\""; menu - "What ever you call maggot slime scrapped off a boat after a walk through the sewers.\"", L_Fight, + "What ever you call maggot slime scrapped off a boat after a walk through the sewers.", L_Fight, "Who me? I saw nothing, just passing by.", L_Close; L_FightAgain: diff --git a/world/map/npc/029-1/hideandseek.txt b/world/map/npc/029-1/hideandseek.txt index 31653f95..51280978 100644 --- a/world/map/npc/029-1/hideandseek.txt +++ b/world/map/npc/029-1/hideandseek.txt @@ -116,7 +116,7 @@ L_Doing: callfunc "CountHideNSeek"; mes "[Ayasha]"; mes "\"You still need to find some of my friends. You have found " + @hidden_kid_cnt + " out of 5 of my friends.\""; - mes "Remember, they're hiding somewhere on the island, you will have to explore to find them. They could be hiding anywhere.\""; + mes "\"Remember, they're hiding somewhere on the island, you will have to explore to find them. They could be hiding anywhere.\""; goto L_Close; L_Reward: |