WillTylor, are you interested in a patch for
0.07B (Beta) SubscribeStar that fixes BlackJack? The wrong Ace handling was pissing me off. I noticed the dealer also hit on 17 (and won
) a few times. Not to mention the table pays out 1 to 2 for any win. Seriously, no one would ever play that table.
I started fixing it and might have gone a bit overboard. Ace handling is fixed, dealer stands on any 17 (soft or hard), blackjack (i.e. natural) pays 3 to 2, a win pays 1 to 1, natural is different from a total of 21, implemented doubling, implemented insurance 2 to 1 (better odds to skip it), and switched to 4 decks - reshuffled when < 30 cards VS single 52 card deck reshuffled every hand. Decks are also reshuffled when joining the table, i.e. exit - join again.
No splitting as that would require UI changes to fit multiple hands on screen and code to handle 2 concurrent player hands. Just doing a final cleanup, sanity testing on the cleanup and it will be ready for packaging.
Also, did a quick check and the Roulette odds are also wrong. For 1 to 1 odds the house matches your bet. E.G. I wager
100
. The house matches that with
100
of their own for a pot of
200
. It's not a push if you win. You also seem to be able to bet money you don't have there.