Some bugfixes Claude mentioned, "They still are still sad though"
This commit is contained in:
@@ -111,6 +111,7 @@ def load(
|
|||||||
if os.path.exists("WEB_VERSION"):
|
if os.path.exists("WEB_VERSION"):
|
||||||
if not hide_web_message:
|
if not hide_web_message:
|
||||||
print("Loading is disabled.")
|
print("Loading is disabled.")
|
||||||
|
return None
|
||||||
punished = False
|
punished = False
|
||||||
data_dir = get_data_dir()
|
data_dir = get_data_dir()
|
||||||
hash_path = os.path.join(data_dir, "dont hurt cats.json")
|
hash_path = os.path.join(data_dir, "dont hurt cats.json")
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ def item_menu(cat: data.cat.Cat, item):
|
|||||||
cat.happiness = 25.0
|
cat.happiness = 25.0
|
||||||
cat.inventory["Catnip"] -= 1
|
cat.inventory["Catnip"] -= 1
|
||||||
print(
|
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:
|
else:
|
||||||
print("You don't have any catnip!")
|
print("You don't have any catnip!")
|
||||||
|
|||||||
Reference in New Issue
Block a user