diff options
author | Maximilian Philipps <Turmfalke2007@web.de> | 2010-07-07 16:18:40 +0200 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-07-07 08:29:41 -0600 |
commit | 89be0e79c536d8bcc259d565dba8f9eeb8d2bc23 (patch) | |
tree | 66f197d14315ca55fa224583386c0e58c55cc075 /npc/functions/ferry.txt | |
parent | 919215c676c72cfe6c4b6b1635dfdead372db5b2 (diff) | |
download | serverdata-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>
Diffstat (limited to 'npc/functions/ferry.txt')
-rw-r--r-- | npc/functions/ferry.txt | 4 |
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; |