This commit is contained in:
2026-04-15 16:18:18 -04:00
parent 3393214f68
commit bbc649efbf
2 changed files with 5 additions and 4 deletions

View File

@@ -147,6 +147,7 @@ def pet(cat: Cat):
def feed(cat):
# TODO: Make this use inventory["Food"] instead!
if cat.food <= 0:
print(f"You don't have any food. {cat.name} is sad.")
cat.food -= 1