summaryrefslogtreecommitdiff
path: root/npc/merchants
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-10-23 18:53:48 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-10-23 18:53:48 +0000
commit7d9c60fd321696ac11aecbfcc008299d7625f418 (patch)
treeefb845da0031eca9e1804a157e3444e2782fb3ca /npc/merchants
parent42e1d3fd8849d608dc1e4136b0acc99b8649f083 (diff)
downloadhercules-7d9c60fd321696ac11aecbfcc008299d7625f418.tar.gz
hercules-7d9c60fd321696ac11aecbfcc008299d7625f418.tar.bz2
hercules-7d9c60fd321696ac11aecbfcc008299d7625f418.tar.xz
hercules-7d9c60fd321696ac11aecbfcc008299d7625f418.zip
added official Gonryn Power Arena
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9050 54d463be-8e91-2dee-dedb-b68131a5f0ec
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;