BlackJack 2 Progress
This commit is contained in:
@@ -133,7 +133,7 @@ class BlackJack:
|
||||
|
||||
def dealerHitLogic(self):
|
||||
total = getHandTotal(self.dealerHand)
|
||||
if total > 17:
|
||||
if total >= 17:
|
||||
self.stand()
|
||||
return True
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user