diff --git a/toontown/coderedemption/TTCodeRedemptionMgrAI.py b/toontown/coderedemption/TTCodeRedemptionMgrAI.py index 574043b2..7e7f51a3 100644 --- a/toontown/coderedemption/TTCodeRedemptionMgrAI.py +++ b/toontown/coderedemption/TTCodeRedemptionMgrAI.py @@ -41,20 +41,25 @@ class TTCodeRedemptionMgrAI(DistributedObjectAI): 'weed': { 'items': [ CatalogClothingItem.CatalogClothingItem(1821, 0) - ], + ] 'month': 4, 'day': 20 }, 'gardening': { 'items': [ CatalogGardenStarterItem.CatalogGardenStarterItem() - ], + ] }, 'xXx_WeedRab_420': { 'items': [ CatalogClothingItem.CatalogClothingItem(1822, 0) - ], + ] }, + 'eastsideofthelbc': { + 'items': [ + CatalogClothingItem.CatalogClothingItem(1821, 0) + ] + } } def announceGenerate(self):