more fun mutations

This commit is contained in:
Jake Funke 2017-03-09 02:38:09 +00:00
parent 6b7a63b0e5
commit 6bec78d2b3
2 changed files with 21 additions and 1 deletions

View File

@ -108,6 +108,8 @@ class Plant(object):
8: 'baobab',
9: 'lithops',
10: 'cannabis',
11: 'pansy',
12: 'iris',
}
mutation_dict = {
@ -132,6 +134,25 @@ class Plant(object):
18: 'metallic',
19: 'glossy',
20: 'psychedelic',
21: 'bonsai',
22: 'foamy',
23: 'singing',
24: 'fractal',
25: 'crunchy',
26: 'goth',
27: 'oozing',
28: 'stinky',
29: 'aromatic',
30: 'juicy',
31: 'smug',
32: 'vibrating',
33: 'lithe',
34: 'chalky',
35: 'naive',
36: 'ersatz',
37: 'disco',
38: 'levitating',
39: 'colossal',
}
def __init__(self, this_filename):
@ -198,7 +219,6 @@ class Plant(object):
# TODO: overwatering? if more than once a day it dies?
if not self.dead:
self.watered_timestamp = int(time.time())
#TODO: this should only be allowed once a day
self.watered_24h = True

BIN
menu_screen.pyc Normal file

Binary file not shown.