mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-29 14:31:11 +02:00
Update videopoker.py
This commit is contained in:
+10
-10
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user