ty loudrob and .gitignore update

This commit is contained in:
Daniel 2015-03-07 10:32:15 +02:00
parent 308a1ac563
commit edd78503d1
3 changed files with 2 additions and 4 deletions

3
.gitignore vendored
View file

@ -21,6 +21,5 @@ logs/
screenshots/ screenshots/
backups/ backups/
contentpacks/ contentpacks/
toondata/
resources/ resources/
panel_save.mp save.dat

View file

@ -1 +0,0 @@


View file

@ -34,7 +34,7 @@ class TTCodeRedemptionMgrAI(DistributedObjectAI):
'weed': { 'weed': {
'items': [ 'items': [
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
} }
} }