diff --git a/untitled/screens/pet.py b/untitled/screens/pet.py index fdc0c77..0b440d3 100644 --- a/untitled/screens/pet.py +++ b/untitled/screens/pet.py @@ -60,5 +60,5 @@ def pet(cat): print(f"{cat.name} is getting extremely worried about your hands.") rules.excite(cat, add_happiness) print( - f"Your cat is now {round(cat.happiness,1)}% percent happy. Before petting, your cat was {round(original_happiness,1)}% happy. You gained {round(cat.happiness-original_happiness,1)}% happiness." + f"Your cat is now {round(cat.happiness,1)}% happy. Before petting, your cat was {round(original_happiness,1)}% happy. You gained {round(cat.happiness-original_happiness,1)}% happiness." )