This commit is contained in:
2026-06-25 17:05:35 -04:00
parent f1ea9a1de5
commit 7e85543c21

View File

@@ -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."
)