mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Merge branch 'master' of https://gitlab.com/toontown-created/src
This commit is contained in:
commit
a987c05e5c
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue