🐛
This commit is contained in:
@ -521,7 +521,7 @@ def blackjackSplit(channel,user,handNumber = 0):
|
||||
if handValue > 21:
|
||||
hand["busted"] = True
|
||||
elif handValue == 21:
|
||||
han["blackjack"] = True
|
||||
hand["blackjack"] = True
|
||||
|
||||
if otherHandValue > 21:
|
||||
newHand["busted"] = True
|
||||
|
Reference in New Issue
Block a user