diff --git a/pet_functions.py b/pet_functions.py index 7705f91..5c41964 100644 --- a/pet_functions.py +++ b/pet_functions.py @@ -93,7 +93,7 @@ def decrease_health(): def decrease_stats(): - while True: + while pet_variables.beginning_finished: time.sleep(15) decrease_hunger() if pet_variables.pet_hunger <= 0: