Increased items on-order limit.

This commit is contained in:
Loudrob 2015-05-10 15:19:56 -04:00
parent dedd654453
commit 4ad535659f
3 changed files with 4 additions and 3 deletions

View file

@ -181,6 +181,7 @@ class ToontownClientRepository(OTPClientRepository.OTPClientRepository):
TexturePool.garbageCollect()
self.sendSetAvatarIdMsg(0)
self.clearFriendState()
self.startHeartbeat()
if self.music == None and base.musicManagerIsValid:
self.music = base.musicManager.getSound('phase_3/audio/bgm/tt_theme.ogg')
if self.music:

View file

@ -126,7 +126,7 @@ class DistributedPhoneAI(DistributedFurnitureItemAI):
av.takeMoney(item.getPrice(priceType))
if item.getDeliveryTime():
if len(av.onOrder) > 5:
if len(av.onOrder) > 25:
self.sendUpdateToAvatarId(avId, 'requestPurchaseResponse', [context, ToontownGlobals.P_OnOrderListFull])
return

View file

@ -41,7 +41,7 @@ SpeedwayCameraFar = 8000.0
SpeedwayCameraNear = 1.0
MaxMailboxContents = 60
MaxHouseItems = 250
MaxAccessories = 50
MaxAccessories = 75
ExtraDeletedItems = 5
DeletedItemLifetime = 7 * 24 * 60
CatalogNumWeeksPerSeries = 13
@ -1636,4 +1636,4 @@ PropIdToColor = [
(0.196, 0.917, 0.929, 1)
]
BugReportSite = 'https://bugs.launchpad.net/toontown-united/+filebug'
BugReportSite = 'https://bugs.launchpad.net/toontown-united/+filebug'