diff options
Diffstat (limited to 'npc/001-1/mikhail.txt')
-rw-r--r-- | npc/001-1/mikhail.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-1/mikhail.txt b/npc/001-1/mikhail.txt index 6514c07d..1db4d9d1 100644 --- a/npc/001-1/mikhail.txt +++ b/npc/001-1/mikhail.txt @@ -19,7 +19,7 @@ L_Convince_Mikhail_First: 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!\""; + mes "\"My grandma sent me to get five Maggot Slimes 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 @@ -38,7 +38,7 @@ L_accept: L_Progress: mes "[Mikhail]"; - mes "\"Did you bring me the five [Maggot Slime]s i need?\""; + mes "\"Did you bring me the five Maggot Slimes i need?\""; next; menu "Yes, here they are, kiddo!", L_try, @@ -63,6 +63,6 @@ L_get: L_Done: mes "[Mikhail]"; - mes "\"Thanks again for helping me get those [Maggot Slime]s!\""; + mes "\"Thanks again for helping me get those Maggot Slimes!\""; close; } |