summaryrefslogtreecommitdiff
path: root/npc/017-6
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-25 11:00:23 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-25 11:00:23 -0300
commit7232c306bbc7d88d78d57eff66990f58fa294fbe (patch)
tree88375f1847149f42cc5dc5c8d82d5299f4ac43bd /npc/017-6
parent39dfeac708a01f56e8055f39d69e048faf37e371 (diff)
downloadserverdata-7232c306bbc7d88d78d57eff66990f58fa294fbe.tar.gz
serverdata-7232c306bbc7d88d78d57eff66990f58fa294fbe.tar.bz2
serverdata-7232c306bbc7d88d78d57eff66990f58fa294fbe.tar.xz
serverdata-7232c306bbc7d88d78d57eff66990f58fa294fbe.zip
Change spaces job from lax to warn. It **will not** become strict.
Diffstat (limited to 'npc/017-6')
-rw-r--r--npc/017-6/axzell.txt12
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;