diff options
author | Sini Ruohomaa <sini.ruohomaa@iki.fi> | 2010-08-21 13:00:14 +0300 |
---|---|---|
committer | Sini Ruohomaa <sini.ruohomaa@iki.fi> | 2010-08-21 13:00:14 +0300 |
commit | 7980c2f90edaa16ebb6bf16b805cb6a84acc3e8b (patch) | |
tree | 196c1bd9c537c5c5df1fd1966c6a67e6fb24e6c9 /npc | |
parent | 97d3d8749d72e95cce4389f232174fa9ab7038b4 (diff) | |
download | serverdata-7980c2f90edaa16ebb6bf16b805cb6a84acc3e8b.tar.gz serverdata-7980c2f90edaa16ebb6bf16b805cb6a84acc3e8b.tar.bz2 serverdata-7980c2f90edaa16ebb6bf16b805cb6a84acc3e8b.tar.xz serverdata-7980c2f90edaa16ebb6bf16b805cb6a84acc3e8b.zip |
Minor language polish.
Diffstat (limited to 'npc')
-rwxr-xr-x | npc/001-1_Tulimshar/mikhail.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/001-1_Tulimshar/mikhail.txt b/npc/001-1_Tulimshar/mikhail.txt index 6946f7f5..5a969f28 100755 --- a/npc/001-1_Tulimshar/mikhail.txt +++ b/npc/001-1_Tulimshar/mikhail.txt @@ -11,12 +11,12 @@ L_Start: mes "[Mikhail]"; - mes "\"My grandma sent me to get five maggot slimes from the maggots in the desert, but they scare me so bad!\""; + mes "\"My grandma sent me to get five [Maggot Slime]s from the maggots in the desert, but they scare me so bad!\""; next; mes "\"You look like a nice person. Would you go get them for me?\""; menu - "Of course, I'll go get you that.", L_accept, - "I got other things to do right now.", L_close; + "Of course, I'll go get them for you.", L_accept, + "I've got other things to do right now.", L_close; close; L_close: @@ -30,11 +30,11 @@ L_accept: L_Progress: mes "[Mikhail]"; - mes "\"Did you bring me the five maggot slimes i need?\""; + mes "\"Did you bring me the five [Maggot Slime]s i need?\""; next; menu - "Yes, here they are boy!", L_try, - "Not yet, I'll be back soon.", L_close; + "Yes, here they are, kiddo!", L_try, + "Not yet, but I'll be back soon.", L_close; close; L_try: @@ -47,7 +47,7 @@ L_get: delitem "MaggotSlime", 5; set TMW_Quest, 6; mes "[Mikhail]"; - mes "\"Thank you so much! I can get back to my grandma now!\""; + mes "\"Ooh! Thank you so much! I can get back to my grandma now!\""; next; getexp 100, 0; mes "You get 100 xp."; @@ -55,6 +55,6 @@ L_get: L_Done: mes "[Mikhail]"; - mes "\"Thanks for helping me getting those maggot slimes!\""; + mes "\"Thanks again for helping me get those [Maggot Slime]s!\""; close; |