We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c84e8 commit 67ffa2cCopy full SHA for 67ffa2c
SMODS.PokerHand.md
@@ -30,7 +30,7 @@
30
- `{ hand }` if all cards score,
31
- `{ SMODS.merge_lists(parts._flush, parts._straight) }` for all scoring cards that are part of a straight or flush, or
32
- `{}` if the cards don't contain this hand.
33
-- `modify_display_text(self, cards, scoring_hnd) -> string?`
+- `modify_display_text(self, cards, scoring_hand) -> string?`
34
- Changes the displayed name of the poker hand.
35
- Returns the key to the new display name that gets localized (placed inside of `misc.poker_hands[key]`).
36
0 commit comments