summaryrefslogtreecommitdiff
path: root/npc/018-7
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/018-7
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/018-7')
-rw-r--r--npc/018-7/raify.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/018-7/raify.txt b/npc/018-7/raify.txt
index f2b37275f..332cc264f 100644
--- a/npc/018-7/raify.txt
+++ b/npc/018-7/raify.txt
@@ -37,7 +37,7 @@ L_Offer:
getitemlink(LimeDye));
next;
mesn;
- mesq l("I think that %d %s and %d %s should be enough for now.",
+ mesq l("I think that %d %s and %d %s should be enough for now.",
50, getitemlink(ForestPiouFeathers),
50, getitemlink(ManaPiouFeathers));
mesq l("I will also need %d %s to make the mixture and %s GP as a fee.",
@@ -50,7 +50,7 @@ L_Offer:
L_Menu:
next;
- mesn;
+ mesn;
mesq l("So what do you say? You in?");
next;
select
@@ -102,7 +102,7 @@ L_Dye:
if (@menu == 2)
goto L_Quit;
- if (@menu == 3)
+ if (@menu == 3)
goto L_Offer;
L_DyeLoop: