mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -06:00
Added gardening redemption code.
This commit is contained in:
parent
7dc4f20f98
commit
af794b64d8
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@ class TTCodeRedemptionMgrAI(DistributedObjectAI):
|
||||||
CatalogClothingItem.CatalogClothingItem(1821, 0)
|
CatalogClothingItem.CatalogClothingItem(1821, 0)
|
||||||
],
|
],
|
||||||
'expirationDate': datetime(2016, 3, 30) # temporary expiration until release
|
'expirationDate': datetime(2016, 3, 30) # temporary expiration until release
|
||||||
|
},
|
||||||
|
'gardening': {
|
||||||
|
'items': [
|
||||||
|
CatalogGardenStarterItem.CatalogGardenStarterItem()
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue