From 43093b041b6b892d30c936df4f152573a16046b1 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 8 Jul 2010 16:13:37 +0200 Subject: Fixed banker function to do "quit" correctly. The banker function was lacking a return statement which resulted in "Quit" acting like "retrieve other amount of money". Added the missing return statement. --- npc/functions/banker.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'npc/functions') diff --git a/npc/functions/banker.txt b/npc/functions/banker.txt index 89551448..025647d2 100644 --- a/npc/functions/banker.txt +++ b/npc/functions/banker.txt @@ -31,6 +31,7 @@ L_Dep: "All of my money", L_Dep_All, "I've changed my mind", L_Start, "Quit", -; + return; L_Dep_Input: input @Amount; -- cgit v1.2.3-60-g2f50