From 0dcf0762f97dcd9d367c614044e29ff0b3805cb3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 22 May 2019 10:53:28 -0300 Subject: [skip ci] for translatability --- npc/020-7-2/connor.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npc/020-7-2/connor.txt b/npc/020-7-2/connor.txt index 4108790e8..18dce7d2c 100644 --- a/npc/020-7-2/connor.txt +++ b/npc/020-7-2/connor.txt @@ -12,15 +12,15 @@ mesq l("Meh, the Blue Sage is truly extravagant. We take @@ for the simplest things as keeping the house warm.", getitemlink(Coal)); next; mesn; - mesq l("But @@ is too valious, you can only forge with it! So it sells well, about @@ GP.", getitemlink(Coal), getiteminfo(Coal, ITEMINFO_SELLPRICE)); + mesq l("But @@ is too valorous, you can only forge with it! So it sells well, about @@ GP.", getitemlink(Coal), getiteminfo(Coal, ITEMINFO_SELLPRICE)); if (.@t == .@l) close; next; mesn; - mesq l("Well, I could burn 15 @@ to make Raw Coal and the Blue Sage would be none the wiser.", getitemlink(RawLog)); + mesq l("Well, I could burn @@ @@ to make Raw Coal and the Blue Sage would be none the wiser.", 15, getitemlink(RawLog)); next; mesn; - mesq l("I can even share with you a couple of @@, whatddaya say?", getitemlink(Coal)); // ie. what do ya say + mesq l("I can even share with you @@ @@, whaddaya say?", l("a couple of"), getitemlink(Coal)); // ie. whaddaya say -> what do you say if (countitem(RawLog) < 15) close; if (askyesno() == ASK_YES) { -- cgit v1.2.3-60-g2f50