summaryrefslogtreecommitdiff
path: root/world/map/npc/008-1/mikhail.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/008-1/mikhail.txt')
-rw-r--r--world/map/npc/008-1/mikhail.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/008-1/mikhail.txt b/world/map/npc/008-1/mikhail.txt
index aca28beb..1098ae26 100644
--- a/world/map/npc/008-1/mikhail.txt
+++ b/world/map/npc/008-1/mikhail.txt
@@ -16,7 +16,7 @@ L_Con_Mik_First:
L_Start:
mes "[Mikhail]";
- mes "\"Bernard sent me to get five Maggot Slimes from the maggots in the fields, but they scare me so bad!\"";
+ mes "\"Bernard sent me to get five Insect Slimes from the maggots in the fields, but they scare me so bad!\"";
next;
mes "\"You look like a nice person. Would you go get them for me?\"";
menu
@@ -31,21 +31,21 @@ L_accept:
L_Progress:
mes "[Mikhail]";
- mes "\"Did you bring me the five Maggot Slimes I need?\"";
+ mes "\"Did you bring me the five Insect Slimes I need?\"";
next;
menu
"Yes, here they are, kiddo!", L_try,
"Not yet, but I'll be back soon.", L_Close;
L_try:
- if (countitem("MaggotSlime") >= 5)
+ if (countitem("InsectSlime") >= 5)
goto L_get;
mes "[Mikhail]";
mes "\"It doesn't look like you have them all...\"";
goto L_Close;
L_get:
- delitem "MaggotSlime", 5;
+ delitem "InsectSlime", 5;
getexp 100, 0;
set QL_SOUP, 6;
mes "[Mikhail]";
@@ -54,7 +54,7 @@ L_get:
L_Done:
mes "[Mikhail]";
- mes "\"Thanks again for helping me get those Maggot Slimes!\"";
+ mes "\"Thanks again for helping me get those Insect Slimes!\"";
goto L_Close;
L_Close: