e
This commit is contained in:
parent
50d77db17a
commit
eace6ea603
1 changed files with 2 additions and 2 deletions
|
@ -433,10 +433,10 @@ while True:
|
|||
update()
|
||||
|
||||
elif command[0] == "$petpet" or command[0] == "$headpat":
|
||||
happiness += 1
|
||||
happiness += (1 if happiness != 10 else 0)
|
||||
multiline(choice(pats) + " (Emotion: Upset " +
|
||||
("#" * int(happiness)) +
|
||||
("-" * int(10-happiness)) + " Happy",
|
||||
("-" * int(10-happiness)) + " Happy)",
|
||||
channel)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue