diff options
author | Sini Ruohomaa <sini.ruohomaa@iki.fi> | 2010-08-21 13:15:29 +0300 |
---|---|---|
committer | Sini Ruohomaa <sini.ruohomaa@iki.fi> | 2010-08-21 13:15:29 +0300 |
commit | b9586203ca934ea787b6d917cdd94921b7e7f2c2 (patch) | |
tree | 4b2a449dfb2fb61bd75aedd1e4cd18a132ce151c /npc/001-1_Tulimshar/mikhail.txt | |
parent | 9cc1783bc108842cfce916dc0e8cebf8c42ba25e (diff) | |
download | serverdata-b9586203ca934ea787b6d917cdd94921b7e7f2c2.tar.gz serverdata-b9586203ca934ea787b6d917cdd94921b7e7f2c2.tar.bz2 serverdata-b9586203ca934ea787b6d917cdd94921b7e7f2c2.tar.xz serverdata-b9586203ca934ea787b6d917cdd94921b7e7f2c2.zip |
Moved the NPCs to follow the double-spacing standard (for punctuation) too.
Diffstat (limited to 'npc/001-1_Tulimshar/mikhail.txt')
-rw-r--r-- | npc/001-1_Tulimshar/mikhail.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-1_Tulimshar/mikhail.txt b/npc/001-1_Tulimshar/mikhail.txt index 5a969f28..76a1ad59 100644 --- a/npc/001-1_Tulimshar/mikhail.txt +++ b/npc/001-1_Tulimshar/mikhail.txt @@ -13,7 +13,7 @@ L_Start: mes "[Mikhail]"; 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?\""; + mes "\"You look like a nice person. Would you go get them for me?\""; menu "Of course, I'll go get them for you.", L_accept, "I've got other things to do right now.", L_close; @@ -24,7 +24,7 @@ L_close: L_accept: mes "[Mikhail]"; - mes "\"Thank you so much! I'll wait for you here.\""; + mes "\"Thank you so much! I'll wait for you here.\""; set TMW_Quest, 5; close; @@ -47,7 +47,7 @@ L_get: delitem "MaggotSlime", 5; set TMW_Quest, 6; mes "[Mikhail]"; - mes "\"Ooh! 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."; |