Update blackjack.py

This commit is contained in:
SpudGunMan
2024-09-27 21:57:22 -07:00
parent 1c6106081f
commit a7bdaedfe1
+2 -2
View File
@@ -444,7 +444,7 @@ def playBlackJack(nodeID, message):
if p_chips.total > 0:
msg += "🪙Keep the change you filthy animal!"
else:
msg += "💸NO MORE MONEY! Game Over!"
msg += "💸NO MORE MONEY!🏧💳"
p_chips.total = jack_starting_cash
else:
# check high score
@@ -455,7 +455,7 @@ def playBlackJack(nodeID, message):
else:
msg += f"💰You have {p_chips.total} chips "
msg += "place a bet?"
msg += " Bet or Leave?"
# Reset the game
setLastCmdJack(nodeID, "new")