From cc781f595edd337d1d1d4346ff7eec47114c3524 Mon Sep 17 00:00:00 2001 From: DenialMC Date: Thu, 14 May 2015 00:22:58 +0300 Subject: [PATCH] fuck y'all --- toontown/toon/DistributedToonAI.py | 1 + toontown/toon/DistributedToonUD.py | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/toontown/toon/DistributedToonAI.py b/toontown/toon/DistributedToonAI.py index d1970944..8512f3cb 100644 --- a/toontown/toon/DistributedToonAI.py +++ b/toontown/toon/DistributedToonAI.py @@ -97,6 +97,7 @@ class DistributedToonAI(DistributedPlayerAI.DistributedPlayerAI, DistributedSmoo self.emoteAccess = [0] * 27 self.maxMoney = 0 self.maxBankMoney = 0 + self.bankMoney = 0 self.gardenSpecials = [] self.houseId = 0 self.posIndex = 0 diff --git a/toontown/toon/DistributedToonUD.py b/toontown/toon/DistributedToonUD.py index bc14f753..806eb479 100644 --- a/toontown/toon/DistributedToonUD.py +++ b/toontown/toon/DistributedToonUD.py @@ -18,9 +18,6 @@ class DistributedToonUD(DistributedObjectUD): def setMaxMoney(self, todo0): pass - - def setMaxBankMoney(self, todo0): - pass def setMoney(self, todo0): pass