bugfix, new check on cat with money, and big update incoming!

This commit is contained in:
2026-04-20 17:04:23 -04:00
parent 1580ad9e6e
commit 57d2797160
2 changed files with 4 additions and 2 deletions

View File

@@ -183,8 +183,9 @@ def house(cat: Cat):
):
case "Check on your cat":
print(
f"{cat.name} - a {cat.traits["size"]} {cat.traits["color"]} with {cat.traits["eyes"]} eyes"
f"{cat.name} - a {cat.traits["size"]} {cat.traits["color"]} with {cat.traits["eyes"]} eyes."
)
print(f"You have ${cat.money}.")
case "Pet your cat":
pet(cat)
case "Feed your cat":