summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/020-7-2/connor.txt6
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) {