From 7e85543c21d7c108d8c23288cb17075ec578854a Mon Sep 17 00:00:00 2001 From: Toasterkitten Date: Thu, 25 Jun 2026 17:05:35 -0400 Subject: [PATCH] oops --- untitled/screens/pet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." )