From 9dd64f8fee1321452a55aa39ea163f4b67683471 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 11 May 2022 22:43:44 -0300 Subject: Disable your bank account (temporarily) while you're in the past. --- npc/003-3/malindou.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/003-3') diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 8edc01769..540f1df55 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -820,7 +820,9 @@ OnInterIfInitOnce: OnPCLoginEvent: // Vault override if (#MerchantBank) { - BankVault += max(0, #MerchantBank); + if (#MerchantBank < 0) + consolebug("Negative bank data for %s!", strcharinfo(0)); + BankVault += #MerchantBank; #MerchantBank = 0; } -- cgit v1.2.3-60-g2f50