From 3cf5f7045bbb432885e465485cedd05778b9597c Mon Sep 17 00:00:00 2001
From: Jared Adams <jaxad0127@gmail.com>
Date: Mon, 2 Feb 2009 14:24:09 +0000
Subject: Disable bank deposits for now

---
 npc/functions/banker.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

(limited to 'npc')

diff --git a/npc/functions/banker.txt b/npc/functions/banker.txt
index 4c70ff77..ec4983f4 100644
--- a/npc/functions/banker.txt
+++ b/npc/functions/banker.txt
@@ -5,10 +5,16 @@ function	script	Banker	{
 	mes "\"Welcome to the bank!";
 	mes "How can I help you?\"";
 	next;
-	menu "Deposit",L_Dep,"Withdraw",L_With,"Check my balance",L_Balance,"Nevermind",L_Nev;
+	menu	"Deposit", L_Dep,
+		"Withdraw", L_With,
+		"Check my balance", L_Balance,
+		"Nevermind", L_Nev;
 	
 L_Dep:
 	mes "[" + @npcName$ + "]";
+	mes "\"I'm sorry, but we're not taking any new deposits right now.\"";
+	close;
+
 	mes "\"How much would you like to deposit?\"";
 	next;
 	menu
-- 
cgit v1.2.3-70-g09d2