diff options
Diffstat (limited to 'npc/017-6/axzell.txt')
-rw-r--r-- | npc/017-6/axzell.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/017-6/axzell.txt b/npc/017-6/axzell.txt index 8e512f0af..4148d533e 100644 --- a/npc/017-6/axzell.txt +++ b/npc/017-6/axzell.txt @@ -64,7 +64,7 @@ L_ConfirmReset: L_Dye: mesn; - mesq l("Since red is the official color of Land of Fire Village, I craft dye for players who will properly represent our town.", + mesq l("Since red is the official color of Land of Fire Village, I craft dye for players who will properly represent our town.", getitemlink(RedDye)); if (BaseLevel < 50) { mesn; @@ -77,10 +77,10 @@ L_Dye: } next; 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 commission.", - 1, getitemlink(BottleOfSewerWater), - 200, getitemlink(AlizarinHerb), - 20, getitemlink(Coral), - 10, getitemlink(SulfurPowder), 3500); + 1, getitemlink(BottleOfSewerWater), + 200, getitemlink(AlizarinHerb), + 20, getitemlink(Coral), + 10, getitemlink(SulfurPowder), 3500); mesq l("Do you want one?"); compareandsetq LoFQuest_Axzell, 0, 1; next; @@ -112,7 +112,7 @@ L_Dye: if (getq(LoFQuest_Axzell) == 1) { setq LoFQuest_Axzell, 2; getexp 15000, 0; - } + } mesn; mesq l("Thanks! Here you go. Perhaps you want another one?"); next; |