fixing two mistaks

This commit is contained in:
Andreas Zweili 2015-07-26 18:20:37 +02:00
parent 1a352d361e
commit 2c5068a8a9
3 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def pet_stats():
# A function which checks if the pet is still alive
def is_alive():
return pet_variables.pet_health > 0:
return pet_variables.pet_health > 0
# A function which let's the player choose his pet.