summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Philipps <Turmfalke2007@web.de>2010-07-07 16:18:40 +0200
committerJared Adams <jaxad0127@gmail.com>2010-07-07 08:29:41 -0600
commit89be0e79c536d8bcc259d565dba8f9eeb8d2bc23 (patch)
tree66f197d14315ca55fa224583386c0e58c55cc075
parent919215c676c72cfe6c4b6b1635dfdead372db5b2 (diff)
downloadserverdata-89be0e79c536d8bcc259d565dba8f9eeb8d2bc23.tar.gz
serverdata-89be0e79c536d8bcc259d565dba8f9eeb8d2bc23.tar.bz2
serverdata-89be0e79c536d8bcc259d565dba8f9eeb8d2bc23.tar.xz
serverdata-89be0e79c536d8bcc259d565dba8f9eeb8d2bc23.zip
changed the ferry ticket cost to 1000
Signed-off-by: Jared Adams <jaxad0127@gmail.com>
-rw-r--r--npc/functions/ferry.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/ferry.txt b/npc/functions/ferry.txt
index 0e33c6ac..9bc3eea2 100644
--- a/npc/functions/ferry.txt
+++ b/npc/functions/ferry.txt
@@ -1,8 +1,8 @@
// The ferry system
function script Ferry {
- set @cost_tulimshar, 5;
- set @cost_hurnscald, 5;
+ set @cost_tulimshar, 1000;
+ set @cost_hurnscald, 1000;
mes "Where would you like to go?";
next;