This commit is contained in:
SpudGunMan
2024-09-21 00:49:56 -07:00
parent 8b0a2263e7
commit 292ad8bb61
+1 -1
View File
@@ -412,7 +412,7 @@ def start_lemonade(nodeID, message, celsius=False):
for i in range(len(lemonadeTracker)):
if lemonadeTracker[i]['nodeID'] == nodeID:
lemonadeTracker[i]['cmd'] = "price"
if "g" not in message.lower():
if "g" in message.lower():
lemonadeTracker[i]['cmd'] = "cups"
msg += f"\n#of🥤 to buy? Have {inventory.cups} Cost {locale.currency(cups.cost, grouping=True)} a 📦 of {str(cups.count)}"
saveValues()