commit
4738c1481e
|
@ -446,7 +446,7 @@ class DataManager(object):
|
||||||
self.last_water_gain = time.time()
|
self.last_water_gain = time.time()
|
||||||
else:
|
else:
|
||||||
ticks_to_add = 0
|
ticks_to_add = 0
|
||||||
this_plant.ticks += ticks_to_add * (0.2 * (self.generation - 1) + 1)
|
this_plant.ticks += ticks_to_add * (0.2 * (this_plant.generation - 1) + 1)
|
||||||
return this_plant
|
return this_plant
|
||||||
|
|
||||||
def plant_age_convert(self,this_plant):
|
def plant_age_convert(self,this_plant):
|
||||||
|
|
Loading…
Reference in New Issue