From eec4d685a9a18f9781543e4c2a9881486158f306 Mon Sep 17 00:00:00 2001 From: Nova Cat Date: Sun, 1 Dec 2024 21:18:30 -0800 Subject: [PATCH] forgot --- sweebot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sweebot.py b/sweebot.py index c5fdafd..cf0830a 100644 --- a/sweebot.py +++ b/sweebot.py @@ -450,9 +450,9 @@ while True: elif command[0] == "$bap": if len(command) == 2: for i in range(0,int(command[1])): - happiness -= (1 if happiness != 10 else 0) + happiness -= (1 if happiness != 0 else 0) elif len(command) == 1: - happiness -= (1 if happiness != 10 else 0) + happiness -= (1 if happiness != 0 else 0) multiline(choice(baps) + " (Emotion: Upset " + ("#" * int(happiness)) + ("-" * int(10-happiness)) + " Happy)",