mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
praise nacib
This commit is contained in:
parent
7f1d4b8e18
commit
1d48a7fa28
1 changed files with 1 additions and 0 deletions
|
@ -2180,6 +2180,7 @@ class DistributedToonAI(DistributedPlayerAI.DistributedPlayerAI, DistributedSmoo
|
||||||
delivered, remaining = self.onGiftOrder.extractDeliveryItems(now)
|
delivered, remaining = self.onGiftOrder.extractDeliveryItems(now)
|
||||||
self.notify.info('Gift Delivery for %s: %s.' % (self.doId, delivered))
|
self.notify.info('Gift Delivery for %s: %s.' % (self.doId, delivered))
|
||||||
self.b_setMailboxContents(self.mailboxContents + delivered)
|
self.b_setMailboxContents(self.mailboxContents + delivered)
|
||||||
|
self.b_setDeliverySchedule(None, remaining)
|
||||||
self.b_setCatalogNotify(self.catalogNotify, ToontownGlobals.NewItems)
|
self.b_setCatalogNotify(self.catalogNotify, ToontownGlobals.NewItems)
|
||||||
return Task.done
|
return Task.done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue