add space between the hearts

For better visibility I'm adding a space between the hearts.
This commit is contained in:
Andreas Zweili 2016-11-12 19:51:07 +01:00
parent c547871cbb
commit c110b7f9cc
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def pet_stats():
print(pet_variables.pet_photo)
print("Status: " + pet_variables.pet_status)
print("Age: " + str(pet_variables.pet_age))
print("Health: " + pet_variables.pet_health * "")
print("Health: " + pet_variables.pet_health * " ")
print("Hunger: " + pet_variables.pet_hunger * "*")
print("Happines: " + pet_variables.pet_happiness * "")