Some bugfixes Claude mentioned, "They still are still sad though"
This commit is contained in:
@@ -41,7 +41,7 @@ def item_menu(cat: data.cat.Cat, item):
|
||||
cat.happiness = 25.0
|
||||
cat.inventory["Catnip"] -= 1
|
||||
print(
|
||||
f"{cat.name} plays with the catnip. {cat.name} is less depressed! They still are still sad though."
|
||||
f"{cat.name} plays with the catnip. {cat.name} is less depressed! They are still sad though."
|
||||
)
|
||||
else:
|
||||
print("You don't have any catnip!")
|
||||
|
||||
Reference in New Issue
Block a user