diff options
author | wushin <pasekei@gmail.com> | 2015-02-16 21:00:21 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-02-19 23:02:12 -0600 |
commit | 9a0b536324d87107a6ca31f47facb804d70c0d30 (patch) | |
tree | c233699e692bfb0d71d2838b06d23ed8ad28dfd8 /world/map/npc/029-2 | |
parent | d64e30a251b85ea68fcc955427856bdd4824bf33 (diff) | |
download | serverdata-9a0b536324d87107a6ca31f47facb804d70c0d30.tar.gz serverdata-9a0b536324d87107a6ca31f47facb804d70c0d30.tar.bz2 serverdata-9a0b536324d87107a6ca31f47facb804d70c0d30.tar.xz serverdata-9a0b536324d87107a6ca31f47facb804d70c0d30.zip |
Clean up script
Diffstat (limited to 'world/map/npc/029-2')
-rw-r--r-- | world/map/npc/029-2/sorfina.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/029-2/sorfina.txt b/world/map/npc/029-2/sorfina.txt index 0c0fef07..feea5f5f 100644 --- a/world/map/npc/029-2/sorfina.txt +++ b/world/map/npc/029-2/sorfina.txt @@ -138,7 +138,7 @@ L_Walk: mes "\"You can use the arrow keys to walk around."; mes "Press [###keyMoveUp;] to move up, press [###keyMoveDown;] to move down, "; mes "press [###keyMoveLeft;] to move left, press [###keyMoveRight;] to move right "; - mes " or click on the place you want to go to.\""; + mes " or click on the place you want to go to."; mes "This only works if that place is reachable and walkable.\""; goto L_Close; @@ -164,7 +164,7 @@ L_Items: next; mes "\"Consumable items such as Potions, can be used only once."; mes "After use, they will disappear from your inventory."; - mes "There are some rare items that can be used but don't get consumed."; + mes "There are some rare items that can be used but don't get consumed.\""; next; mes "\"Equipment items like Armors, Weapons, Accessories can be equipped for fashionable purposes or to raise your status.\""; next; @@ -215,7 +215,7 @@ L_Next: mes "\"Ah, Hasan. He's causing trouble again?\""; mes "She shakes her head."; mes "[Sorfina]"; - mes "\This guy has been a plague ever since he could walk. He's always causing trouble.\""; + mes "\"This guy has been a plague ever since he could walk. He's always causing trouble.\""; mes "\"And his father... Well, one day his father thought he should teach Hasan a lesson.\""; mes "\"He took him into the desert and then left him there!"; mes "Hasan was only seven years old!\""; |