Accessory Delivery: Was this so difficult?

This commit is contained in:
Loudrob 2015-03-23 07:51:32 -04:00
parent 9bd970ab00
commit 2178afb292
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