WHITESPACE

This commit is contained in:
SpudGunMan
2024-09-20 18:54:38 -07:00
parent 56649471d0
commit 98490e6444
+1 -1
View File
@@ -427,7 +427,7 @@ def playBlackJack(nodeID, message):
msg += f"🪙Keep the change you filthy animal!"
else:
msg += "💸NO MORE MONEY! Game Over!"
p_chips.total = jack_starting_cash
p_chips.total = jack_starting_cash
else:
msg += f"💰You have {p_chips.total} chips left"