• Kairos@lemmy.today
    link
    fedilink
    arrow-up
    15
    ·
    6 days ago

    More specifically: the game checks if the cards are a straight, and they are a flush. If both are true then its a straight flush.

    There’s another check for royal flush that’s also independent.

    • jaaake@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      5 days ago

      Even more specifically, there are two separate hands that are being treated as one. This may or may not be a bug, but it is what’s happening.

      The four heart cards form a flush: K, 6, 5, 4

      The 4 contiguous cards form a straight: 6, 5, 4, 3

      Both are true, and thus it is being considered a Straight Flush.

      I’m curious if this is true without the Four Fingers joker.