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