diff options
author | NetSysFire <16-NetSysFire@users.noreply.git.themanaworld.org> | 2023-02-19 14:31:58 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2023-02-19 14:31:58 +0000 |
commit | 2ce22a8fa0414159d7e8517cc7fa00f2f809bcda (patch) | |
tree | afd856f85aef3db3383b80f0ddc657919beeb9b3 /npc/012-1 | |
parent | ab696a4ea55c900645023b116b0bffeefed3243f (diff) | |
download | serverdata-2ce22a8fa0414159d7e8517cc7fa00f2f809bcda.tar.gz serverdata-2ce22a8fa0414159d7e8517cc7fa00f2f809bcda.tar.bz2 serverdata-2ce22a8fa0414159d7e8517cc7fa00f2f809bcda.tar.xz serverdata-2ce22a8fa0414159d7e8517cc7fa00f2f809bcda.zip |
Batch of typo fixes and rewording.
Also minor tweaks to Helena rewards and Pylon production.
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/jack.txt | 6 |
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 ""; |