From 7232c306bbc7d88d78d57eff66990f58fa294fbe Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Dec 2021 11:00:23 -0300 Subject: Change spaces job from lax to warn. It **will not** become strict. --- npc/020-3/mede.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/020-3') 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; -- cgit v1.2.3-60-g2f50