mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00: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)
|
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
|
||||||
|
|
|
@ -26,6 +26,3 @@ class CatalogManagerAI(DistributedObjectAI):
|
||||||
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