From 7d9c60fd321696ac11aecbfcc008299d7625f418 Mon Sep 17 00:00:00 2001 From: Lupus Date: Mon, 23 Oct 2006 18:53:48 +0000 Subject: added official Gonryn Power Arena git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9050 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/merchants/novice_exchange.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/merchants') 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; -- cgit v1.2.3-70-g09d2