Update videopoker.py

This commit is contained in:
SpudGunMan
2024-09-21 15:44:49 -07:00
parent 9b92b3d1ae
commit ffdc776413
+2 -2
View File
@@ -248,12 +248,12 @@ class PlayerVP:
if resetHand:
self.bankroll += self.bet_size * payoff[hand_name] + self.bet_size
else:
hand_name = "Bad Hand 🙈"
if resetHand:
hand_name = "Bad Hand 🙈"
self.bankroll += self.bet_size * payoff[hand_name]
else: # for everything Hand
hand_name = "Bad Hand 🙈"
if resetHand:
hand_name = "Bad Hand 🙈"
self.bankroll += self.bet_size * payoff[hand_name]
if resetHand: