moving the decrease stats thread and the beginning_finished variable out of the main loop

fix various spelling mistakes.
This commit is contained in:
Andreas Zweili 2015-07-08 00:09:36 +02:00
parent 3b1519ede5
commit 782222269c
1 changed files with 1 additions and 1 deletions

View File

@ -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: