summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/bernard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1_Tulimshar/bernard.txt')
-rw-r--r--npc/001-1_Tulimshar/bernard.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1_Tulimshar/bernard.txt b/npc/001-1_Tulimshar/bernard.txt
index 44965d27..1c5ee328 100644
--- a/npc/001-1_Tulimshar/bernard.txt
+++ b/npc/001-1_Tulimshar/bernard.txt
@@ -54,7 +54,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;
@@ -67,7 +67,7 @@ L_Progress2:
if (countitem("MaggotSlime") < 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 [Maggot Slimes]! Here, have some beer as reward.\"";
getinventorylist;
if ((@inventorylist_count - (countitem("MaggotSlime") == 3) > 99 - (countitem("Beer") == 0) )) goto L_TooMany;
delitem "MaggotSlime", 3;