mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
TTCodeRedemptionMgrAI: added temp expiration date, renamed back to weed
This commit is contained in:
parent
98a79288fc
commit
a7e57a8694
1 changed files with 2 additions and 2 deletions
|
@ -31,11 +31,11 @@ Expiration date, month and day are optional fields.
|
||||||
class TTCodeRedemptionMgrAI(DistributedObjectAI):
|
class TTCodeRedemptionMgrAI(DistributedObjectAI):
|
||||||
notify = DirectNotifyGlobal.directNotify.newCategory("TTCodeRedemptionMgrAI")
|
notify = DirectNotifyGlobal.directNotify.newCategory("TTCodeRedemptionMgrAI")
|
||||||
codes = {
|
codes = {
|
||||||
'test': {
|
'weed': {
|
||||||
'items': [
|
'items': [
|
||||||
CatalogClothingItem.CatalogClothingItem(1821, 0)
|
CatalogClothingItem.CatalogClothingItem(1821, 0)
|
||||||
]
|
]
|
||||||
'expirationDate': datetime(2015, 3, 30)
|
'expirationDate': datetime(2016, 3, 30) # temporary expiration until release
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue