1
0
Fork 0
forked from swee/MeowNex

forgot to count

This commit is contained in:
Nova Cat 2024-12-01 14:29:34 -08:00
parent e392418a73
commit 5a75e276bb

View file

@ -434,7 +434,7 @@ while True:
elif command[0] == "$patpat" or command[0] == "$headpat": elif command[0] == "$patpat" or command[0] == "$headpat":
if len(command) == 2: if len(command) == 2:
for i in range(1,int(command[1])): for i in range(0,int(command[1])):
happiness += (1 if happiness != 10 else 0) happiness += (1 if happiness != 10 else 0)
elif len(command) == 1: elif len(command) == 1:
happiness += (1 if happiness != 10 else 0) happiness += (1 if happiness != 10 else 0)