This commit is contained in:
Daniel 2015-03-23 14:16:35 +02:00
commit a987c05e5c
2 changed files with 1 additions and 4 deletions

View file

@ -154,7 +154,7 @@ class CatalogItem:
return int(self.getBasePrice() * CatalogSaleMarkdown)
def getDeliveryTime(self):
return 0
return 1
def getPicture(self, avatar):
self.hasPicture = True

View file

@ -25,7 +25,4 @@ class CatalogManagerAI(DistributedObjectAI):
av.b_setCatalog(monthlyCatalog, weeklyCatalog, backCatalog)
av.b_setCatalogSchedule(newWeek, int((time.time() + 604800)/60))
av.b_setCatalogNotify(ToontownGlobals.NewItems, av.mailboxNotify)
def isItemReleased(self, accessory):
return 1