oops
This commit is contained in:
@@ -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."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user