summaryrefslogtreecommitdiff
path: root/npc/merchants
diff options
context:
space:
mode:
Diffstat (limited to 'npc/merchants')
-rw-r--r--npc/merchants/novice_exchange.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/merchants/novice_exchange.txt b/npc/merchants/novice_exchange.txt
index 750d88606..3a675c4aa 100644
--- a/npc/merchants/novice_exchange.txt
+++ b/npc/merchants/novice_exchange.txt
@@ -71,7 +71,7 @@ function script F_NMerch {
mes "What do you say? Deal?";
next;
if(select("Deal.:No deal.")==2) {
- mes "[Merchant]";
+ mes "["+getarg(0)+"]";
mes "Bah~ whatever.";
mes "Bah!";
close;
@@ -109,8 +109,8 @@ function script F_NMerch {
if(@val > @max) {
mes "Uh oh, the number you entered";
mes "seemed incorrect.";
- mes "You'd better check how many red";
- mes "potions you can get.";
+ mes "You'd better check how many Red";
+ mes "Potions you can get.";
close;
}
delitem @item,@amount*@val;