fix scoping on death_check change even more
parent
84bb89b48c
commit
8d45997537
2
plant.py
2
plant.py
|
@ -350,6 +350,6 @@ class Plant:
|
||||||
dm.data_write_json(self)
|
dm.data_write_json(self)
|
||||||
dm.update_garden_db(self)
|
dm.update_garden_db(self)
|
||||||
dm.harvest_plant(self)
|
dm.harvest_plant(self)
|
||||||
this_plant.unlock_new_creation()
|
self.unlock_new_creation()
|
||||||
# TODO: event check
|
# TODO: event check
|
||||||
time.sleep(2)
|
time.sleep(2)
|
||||||
|
|
Loading…
Reference in New Issue