summaryrefslogtreecommitdiff
path: root/npc/012-1/jack.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-1/jack.txt')
-rw-r--r--npc/012-1/jack.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/012-1/jack.txt b/npc/012-1/jack.txt
index 047a7de86..9169dc8fc 100644
--- a/npc/012-1/jack.txt
+++ b/npc/012-1/jack.txt
@@ -15,7 +15,7 @@
mes "";
select
l("Nothing at the moment, thanks."),
- l("I want you to transform my raw log in a wooden log"),
+ l("I want you to transform my raw log into a wooden beam"),
rif(.@q1 == 1, l("I need a sturdy wood piece for a Forest Bow."));
mes "";
@@ -36,8 +36,8 @@
L_Polish:
mesn;
- mes l("Yes, unless you're doing something VERY special, a Wooden Log is what you need.");
- mes l("I can make a @@ for just one @@ and @@ GP for my work.", getitemlink(WoodenLog), getitemlink(RawLog), .cost);
+ mes l("Yes, unless you're doing something VERY special, a %s is what you need.", getitemlink(WoodenLog));
+ mes l("I can make a %s for just one %s and %d GP for my work.", getitemlink(WoodenLog), getitemlink(RawLog), .cost);
input .@count;
mes "";