no message

This commit is contained in:
g0dfrey 2015-03-13 13:43:49 -05:00
parent d7464ec761
commit 2e2f577ba3

View file

@ -41,20 +41,25 @@ class TTCodeRedemptionMgrAI(DistributedObjectAI):
'weed': { 'weed': {
'items': [ 'items': [
CatalogClothingItem.CatalogClothingItem(1821, 0) CatalogClothingItem.CatalogClothingItem(1821, 0)
], ]
'month': 4, 'month': 4,
'day': 20 'day': 20
}, },
'gardening': { 'gardening': {
'items': [ 'items': [
CatalogGardenStarterItem.CatalogGardenStarterItem() CatalogGardenStarterItem.CatalogGardenStarterItem()
], ]
}, },
'xXx_WeedRab_420': { 'xXx_WeedRab_420': {
'items': [ 'items': [
CatalogClothingItem.CatalogClothingItem(1822, 0) CatalogClothingItem.CatalogClothingItem(1822, 0)
], ]
}, },
'eastsideofthelbc': {
'items': [
CatalogClothingItem.CatalogClothingItem(1821, 0)
]
}
} }
def announceGenerate(self): def announceGenerate(self):