summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2/bernard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/009-2/bernard.txt')
-rw-r--r--world/map/npc/009-2/bernard.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/world/map/npc/009-2/bernard.txt b/world/map/npc/009-2/bernard.txt
index 2a085e61..3de35879 100644
--- a/world/map/npc/009-2/bernard.txt
+++ b/world/map/npc/009-2/bernard.txt
@@ -36,13 +36,13 @@ L_Yes:
L_Req0:
mes "[Bernard]";
- mes "\"Great! I need a Roasted Maggot for my soup.\"";
+ mes "\"Great! I need a roasted maggot for my soup.\"";
next;
goto L_Set;
L_Req1:
mes "[Bernard]";
- mes "\"Bring me a Roasted Maggot. I'll give you something if you do.\"";
+ mes "\"Bring me a roasted maggot. I'll give you something if you do.\"";
next;
goto L_Set;
@@ -56,7 +56,7 @@ L_Progress:
if (countitem("RoastedMaggot") < 1) goto L_NotEnough;
mes "[Bernard]";
mes "\"Oooh, perfect! It's perfect!";
- mes "You brought me my Roasted Maggot! Here, have some cake for your troubles.\"";
+ mes "You brought me my roasted maggot! Here, have some cake for your troubles.\"";
getinventorylist;
if (@inventorylist_count - (countitem("RoastedMaggot") == 1) > 99 - (countitem("CherryCake") == 0) ) goto L_TooMany;
delitem "RoastedMaggot", 1;
@@ -68,13 +68,13 @@ L_Progress:
goto L_Close;
L_Progress2:
- if (countitem("MaggotSlime") < 3) goto L_NotEnough1;
+ if (countitem("InsectSlime") < 3) goto L_NotEnough1;
mes "[Bernard]";
mes "\"Nice! They're perfect, just perfect!";
- mes "You brought me the 3 Maggot Slimes! Here, have some beer as reward.\"";
+ mes "You brought me the 3 insect slimes! Here, have some beer as reward.\"";
getinventorylist;
- if ((@inventorylist_count - (countitem("MaggotSlime") == 3) > 99 - (countitem("Beer") == 0) )) goto L_TooMany;
- delitem "MaggotSlime", 3;
+ if ((@inventorylist_count - (countitem("InsectSlime") == 3) > 99 - (countitem("Beer") == 0) )) goto L_TooMany;
+ delitem "InsectSlime", 3;
getexp 100, 0;
getitem "Beer", 3;
set QL_SOUP, 4;
@@ -82,12 +82,12 @@ L_Progress2:
L_NotEnough:
mes "[Bernard]";
- mes "\"Oh, please hurry and bring me a Roasted Maggot. I'm yearning for maggot soup!\"";
+ mes "\"Oh, please hurry and bring me a roasted maggot. I'm yearning for maggot soup!\"";
goto L_Close;
L_NotEnough1:
mes "[Bernard]";
- mes "\"Please do hurry and bring me 3 Maggot Slimes, so I can finish my soup!\"";
+ mes "\"Please do hurry and bring me 3 insect slimes, so I can finish my soup!\"";
goto L_Close;
L_Done1:
@@ -95,7 +95,7 @@ L_Done1:
mes "\"Thank you so much!\"";
mes "\"But... something is missing to make the soup creamy.\"";
next;
- mes "\"I need 3 Maggot Slimes for that.\"";
+ mes "\"I need 3 Insect Slimes for that.\"";
mes "\"Bring them to me, and I'll give you something nice.\"";
set QL_SOUP, 3;
goto L_Close;