mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -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': {
|
'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):
|
||||||
|
|
Loading…
Reference in a new issue