From ffdc77641341c253c687b3f6be909423fcdb9816 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 21 Sep 2024 15:44:49 -0700 Subject: [PATCH] Update videopoker.py --- modules/videopoker.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/videopoker.py b/modules/videopoker.py index 7ba1414..2ec68c0 100644 --- a/modules/videopoker.py +++ b/modules/videopoker.py @@ -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: