Update videopoker.py

This commit is contained in:
SpudGunMan
2024-09-26 20:45:49 -07:00
parent a7f07afc14
commit 4703750c27
+1 -1
View File
@@ -280,7 +280,7 @@ def playVideoPoker(nodeID, message):
# create new player if not in tracker
logger.debug(f"System: VideoPoker: New Player {nodeID}")
vpTracker.append({'nodeID': nodeID, 'cmd': 'new', 'time': time.time(), 'cash': vpStartingCash, 'player': None, 'deck': None, 'highScore': 0, 'drawCount': 0})
return f"Welcome to 🎰 VideoPoker! you have {vpStartingCash} coins, Game Played via Direct Message. Whats your bet?"
return f"Welcome to 🎰VideoPoker! you have {vpStartingCash} coins, Game Played via Direct Message. Whats your bet?"
# Gather the player's bet
if getLastCmdVp(nodeID) == "new" or getLastCmdVp(nodeID) == "gameOver":