summaryrefslogtreecommitdiff
path: root/npc/functions/bank.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-30 00:26:31 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-30 00:26:31 -0300
commit8e5181e46ec09105397f6cee83ce66b64903125d (patch)
tree37bfbcf1b70980ea04eb60f73a1d9e27e31b8f2b /npc/functions/bank.txt
parent8151c7e679f5340d7d1b78f7269313cd7bf0d5ce (diff)
downloadserverdata-8e5181e46ec09105397f6cee83ce66b64903125d.tar.gz
serverdata-8e5181e46ec09105397f6cee83ce66b64903125d.tar.bz2
serverdata-8e5181e46ec09105397f6cee83ce66b64903125d.tar.xz
serverdata-8e5181e46ec09105397f6cee83ce66b64903125d.zip
*hides*
Diffstat (limited to 'npc/functions/bank.txt')
-rw-r--r--npc/functions/bank.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/bank.txt b/npc/functions/bank.txt
index 03696dad2..46550c3dd 100644
--- a/npc/functions/bank.txt
+++ b/npc/functions/bank.txt
@@ -219,7 +219,8 @@ function script Banker {
Banking;
break;
case 3:
- mesc l("Note: Transfering items on mail cost 2500 GP/item");
+ // NOTE: This value is HARDCODED, do not try changing it!
+ mesc l("Note: Transfering items on mail cost @@ GP/item", 500);
mesc l("Money transference by mail is, however, free.");
next;
closeclientdialog;