mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Accessory Delivery: Was this so difficult?
This commit is contained in:
parent
9bd970ab00
commit
2178afb292
2 changed files with 1 additions and 4 deletions
|
@ -154,7 +154,7 @@ class CatalogItem:
|
||||||
return int(self.getBasePrice() * CatalogSaleMarkdown)
|
return int(self.getBasePrice() * CatalogSaleMarkdown)
|
||||||
|
|
||||||
def getDeliveryTime(self):
|
def getDeliveryTime(self):
|
||||||
return 0
|
return 1
|
||||||
|
|
||||||
def getPicture(self, avatar):
|
def getPicture(self, avatar):
|
||||||
self.hasPicture = True
|
self.hasPicture = True
|
||||||
|
|
|
@ -25,7 +25,4 @@ class CatalogManagerAI(DistributedObjectAI):
|
||||||
av.b_setCatalog(monthlyCatalog, weeklyCatalog, backCatalog)
|
av.b_setCatalog(monthlyCatalog, weeklyCatalog, backCatalog)
|
||||||
av.b_setCatalogSchedule(newWeek, int((time.time() + 604800)/60))
|
av.b_setCatalogSchedule(newWeek, int((time.time() + 604800)/60))
|
||||||
av.b_setCatalogNotify(ToontownGlobals.NewItems, av.mailboxNotify)
|
av.b_setCatalogNotify(ToontownGlobals.NewItems, av.mailboxNotify)
|
||||||
|
|
||||||
def isItemReleased(self, accessory):
|
|
||||||
return 1
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue