From 39bdabffcbd695ecc24e576425b35295ee48f25b Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 27 Sep 2024 21:57:40 -0700 Subject: [PATCH] Update blackjack.py --- modules/blackjack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/blackjack.py b/modules/blackjack.py index 45eeb65..aac2ecb 100644 --- a/modules/blackjack.py +++ b/modules/blackjack.py @@ -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!🏧💳" + msg += "💸NO MORE CHIPS!🏧💳" p_chips.total = jack_starting_cash else: # check high score