fix scoping on death_check change even more

pull/53/head
Nate Smith 2023-12-06 21:38:13 -08:00
parent 84bb89b48c
commit 8d45997537
1 changed files with 1 additions and 1 deletions

View File

@ -350,6 +350,6 @@ class Plant:
dm.data_write_json(self)
dm.update_garden_db(self)
dm.harvest_plant(self)
this_plant.unlock_new_creation()
self.unlock_new_creation()
# TODO: event check
time.sleep(2)