diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-22 10:53:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-22 10:53:28 -0300 |
commit | 0dcf0762f97dcd9d367c614044e29ff0b3805cb3 (patch) | |
tree | e042ef2f3f7727fd4b0a927e4d24fc56c0accc78 /npc/020-7-2/connor.txt | |
parent | 2364cd41b9422d27f80ba64129818aa77095fe83 (diff) | |
download | serverdata-0dcf0762f97dcd9d367c614044e29ff0b3805cb3.tar.gz serverdata-0dcf0762f97dcd9d367c614044e29ff0b3805cb3.tar.bz2 serverdata-0dcf0762f97dcd9d367c614044e29ff0b3805cb3.tar.xz serverdata-0dcf0762f97dcd9d367c614044e29ff0b3805cb3.zip |
[skip ci] for translatability
Diffstat (limited to 'npc/020-7-2/connor.txt')
-rw-r--r-- | npc/020-7-2/connor.txt | 6 |
1 files 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) { |