mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
fuck y'all
This commit is contained in:
parent
74abc6ac57
commit
cc781f595e
2 changed files with 1 additions and 3 deletions
|
@ -97,6 +97,7 @@ class DistributedToonAI(DistributedPlayerAI.DistributedPlayerAI, DistributedSmoo
|
||||||
self.emoteAccess = [0] * 27
|
self.emoteAccess = [0] * 27
|
||||||
self.maxMoney = 0
|
self.maxMoney = 0
|
||||||
self.maxBankMoney = 0
|
self.maxBankMoney = 0
|
||||||
|
self.bankMoney = 0
|
||||||
self.gardenSpecials = []
|
self.gardenSpecials = []
|
||||||
self.houseId = 0
|
self.houseId = 0
|
||||||
self.posIndex = 0
|
self.posIndex = 0
|
||||||
|
|
|
@ -19,9 +19,6 @@ class DistributedToonUD(DistributedObjectUD):
|
||||||
def setMaxMoney(self, todo0):
|
def setMaxMoney(self, todo0):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def setMaxBankMoney(self, todo0):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def setMoney(self, todo0):
|
def setMoney(self, todo0):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue