Update lemonade.py

This commit is contained in:
SpudGunMan
2024-09-19 00:58:18 -07:00
parent 9e8aec16e5
commit 3d8c8520de
+1 -1
View File
@@ -520,7 +520,7 @@ def start_lemonade(nodeID, message, celsius=False):
msg += "You've sold " + str(total) + " total cups -- see you again next time!🍋"
# check for high score
high_score = getHighScore()
high_score = getHighScoreLemon()
if (inventory.cash > int(high_score['cash'])):
msg += "\nCongratulations! You've set a new high score!🎉💰🍋"
high_score['cash'] = inventory.cash