mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-21 18:45:24 +02:00
Update videopoker.py
This commit is contained in:
@@ -231,7 +231,6 @@ class PlayerVP:
|
||||
if resetHand:
|
||||
self.bankroll += self.bet_size * payoff[hand_name]
|
||||
elif 2 in points_repeat: # find pair
|
||||
logger.debug(f"System: VideoPoker: 235 self.bankroll: {self.bankroll} bet_size: {self.bet_size}")
|
||||
hand_name = "Pair👯"
|
||||
if resetHand:
|
||||
self.bankroll += self.bet_size * payoff[hand_name]
|
||||
|
||||
Reference in New Issue
Block a user