From 7fd4074bd3ce265ebe3ee1d2f80e41288cb37d1b Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 20 Oct 2024 22:56:58 -0700 Subject: [PATCH] Update videopoker.py --- modules/games/videopoker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/games/videopoker.py b/modules/games/videopoker.py index e6974a4..29fcba6 100644 --- a/modules/games/videopoker.py +++ b/modules/games/videopoker.py @@ -165,7 +165,7 @@ class PlayerVP: except Exception as e: pass - return "Re-Draw/Deal ex:1,3,4 to hold cards 1,3 and 4, or (N)o to keep current (H)and" + return "ex:1,3,4 deals them new, and keeps 2,5 or (N)o to keep current (H)and" # Method for scoring hand, calculating winnings, and outputting message def score_hand(self, resetHand = True):