bugfix, new check on cat with money, and big update incoming!
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user