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/017-6/axzell.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/017-6') 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; -- cgit v1.2.3-60-g2f50