From 2178afb2928fc3ea2af9c584b888e8ffac470b53 Mon Sep 17 00:00:00 2001 From: Loudrob Date: Mon, 23 Mar 2015 07:51:32 -0400 Subject: [PATCH] Accessory Delivery: Was this so difficult? --- toontown/catalog/CatalogItem.py | 2 +- toontown/catalog/CatalogManagerAI.py | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/toontown/catalog/CatalogItem.py b/toontown/catalog/CatalogItem.py index 16709616..619c3c02 100644 --- a/toontown/catalog/CatalogItem.py +++ b/toontown/catalog/CatalogItem.py @@ -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 diff --git a/toontown/catalog/CatalogManagerAI.py b/toontown/catalog/CatalogManagerAI.py index 950a1dd0..92b2cddd 100644 --- a/toontown/catalog/CatalogManagerAI.py +++ b/toontown/catalog/CatalogManagerAI.py @@ -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