mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
no message
This commit is contained in:
parent
d7464ec761
commit
2e2f577ba3
1 changed files with 8 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue