Don't add banks to the attic

This commit is contained in:
DenialMC 2015-04-08 15:26:11 +03:00
parent 1299a5317e
commit d8e5a75f19
2 changed files with 4 additions and 3 deletions

View file

@ -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):

View file

@ -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',