diff options
Diffstat (limited to 'npc')
-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; |