mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 01:13:14 +02:00
Update lemonade.py
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user