mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Don't add banks to the attic
This commit is contained in:
parent
1299a5317e
commit
d8e5a75f19
2 changed files with 4 additions and 3 deletions
|
@ -1018,9 +1018,10 @@ class CatalogFurnitureItem(CatalogAtticItem.CatalogAtticItem):
|
|||
avatar.b_setMaxClothes(self.getMaxClothes())
|
||||
if self.getFlags() & FLTrunk:
|
||||
avatar.b_setMaxAccessories(self.getMaxAccessories())
|
||||
house.addAtticItem(self)
|
||||
if self.getFlags() & FLBank:
|
||||
avatar.b_setMaxBankMoney(self.getMaxBankMoney())
|
||||
return retcode
|
||||
house.addAtticItem(self)
|
||||
return retcode
|
||||
|
||||
def getDeliveryTime(self):
|
||||
|
|
|
@ -5507,7 +5507,7 @@ FurnitureNames = {100: 'Armchair',
|
|||
1240: "Snorkeler's Table",
|
||||
1250: 'Cookie Table',
|
||||
1260: 'Bedroom Table',
|
||||
1300: '10000 Bean Bank',
|
||||
1300: 'Bean Bank',
|
||||
1310: '15000 Bean Bank',
|
||||
1320: '20000 Bean Bank',
|
||||
1330: '25000 Bean Bank',
|
||||
|
@ -5651,7 +5651,7 @@ AwardManagerFurnitureNames = {100: 'Armchair A - Series 1',
|
|||
1240: "Snorkeler's Table",
|
||||
1250: 'Cookie Table',
|
||||
1260: 'Bedroom Table',
|
||||
1300: '10000 Bean Bank',
|
||||
1300: 'Bean Bank',
|
||||
1310: '15000 Bean Bank',
|
||||
1320: '20000 Bean Bank',
|
||||
1330: '25000 Bean Bank',
|
||||
|
|
Loading…
Reference in a new issue