From 9cf94d2d1dcf82a95a5f6cd1b7803975a2d6febb Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 19 Sep 2024 20:37:04 -0700 Subject: [PATCH] Update videopoker.py --- modules/videopoker.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/videopoker.py b/modules/videopoker.py index b672a88..351e66a 100644 --- a/modules/videopoker.py +++ b/modules/videopoker.py @@ -168,16 +168,16 @@ class PlayerVP: diff = max(points) - min(points) hand_name = "" payoff = { - "Royal Flush": 10, - "Straight Flush": 9, - "Flush": 8, - "Full House": 7, - "Four of a Kind": 6, - "Three of a Kind": 5, - "Two Pair": 4, - "Straight": 3, - "Pair": 2, - "Bad Hand": -1, + "👑Royal Flush🚽": 10, + "🧻Straight Flush🚽": 9, + "Flush🚽": 8, + "Full House🏠": 7, + "Four of a Kind👯👯": 6, + "Three of a Kind☘️": 5, + "Two Pair👯👯": 4, + "Straight📏": 3, + "Pair👯": 2, + "Bad Hand 🙈": -1, } if 5 in suits_repeat: