From 89be0e79c536d8bcc259d565dba8f9eeb8d2bc23 Mon Sep 17 00:00:00 2001 From: Maximilian Philipps Date: Wed, 7 Jul 2010 16:18:40 +0200 Subject: changed the ferry ticket cost to 1000 Signed-off-by: Jared Adams --- npc/functions/ferry.txt | 4 ++-- 1 file 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; -- cgit v1.2.3-70-g09d2