diff options
Diffstat (limited to 'npc/018-7')
-rw-r--r-- | npc/018-7/raify.txt | 6 |
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: |