diff options
Diffstat (limited to 'npc/020-3/mede.txt')
-rw-r--r-- | npc/020-3/mede.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/020-3/mede.txt b/npc/020-3/mede.txt index bf92ba7d8..697a7866b 100644 --- a/npc/020-3/mede.txt +++ b/npc/020-3/mede.txt @@ -32,7 +32,7 @@ L_Menu: case 2: goto L_MonsterPot; case 3: - goto L_Dye; + goto L_Dye; case 4: goto L_Quit; } @@ -56,7 +56,7 @@ L_MonsterPot: L_Dye: mesn; - mesq l("I used to make dyes for Agostine but he hasn't bought any in a while. I could make you a %s if you bring me the right items.", + mesq l("I used to make dyes for Agostine but he hasn't bought any in a while. I could make you a %s if you bring me the right items.", getitemlink(TealDye)); next; if (BaseLevel < 35) { @@ -70,9 +70,9 @@ L_Dye: mesq l("Bring me %d %s, %d %s, %d %s, and %d %s, and I will make it for you. I also charge %d GP as commission.", 1, getitemlink(IcedBottle), 25, getitemlink(BlueCoral), - 60, getitemlink(CobaltHerb), + 60, getitemlink(CobaltHerb), 5, getitemlink(IceCube), - 1500); + 1500); compareandsetq NivalisQuest_Mede, 0, 1; next; select @@ -103,7 +103,7 @@ L_DyeLoop: if (getq(NivalisQuest_Mede) == 1) { setq NivalisQuest_Mede, 2; getexp 1500, 0; - } + } mesn; mesq l("Thanks! Here you go. Perhaps you want another one?"); next; |