diff options
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."; |