WillTylor
So I've been playing the blackjack game in the club and you are probably already aware that it's pretty messed up. But just in case you aren't, here is a list of errors that I've encountered:
1. Subtracts bet ($1,000 for example) as soon as you bet the amount. When you win, it only pays $1,500 for a regular win. It should pay $2,000 for a net of $1,000 won. As it stands, you lose $1,000 every time you lose, but only win $500 when you win.
2. When you get blackjack, you only win half of your bet instead of 1.5X your bet (i.e., 3:2). Similar problem to above, but instead of paying $2,000, it should pay $2,500.
3. Game hits on all 17s for the dealer despite the table saying that the dealer is supposed to stand on all 17s. (This is beneficial to the player, but wrong.)
4. Game does not recognize soft Aces. It treats Aces as 11 regardless of the total. (This is probably more than difficult to program, but the game should treat aces as 11s unless the total is greater than 21, in which case, it should treat aces as 1s. It's only after the total exceeds 21 counting the aces as 1s that either the dealer or the player should bust.)
5. The game's not programmed for splits and doubles. This is one of the things that makes blackjack a close to even game for the player, is the ability to split and double. However, the ability to save prior to going into the club more than makes up for any deficit in the ability to double or split....
Hope that helps. I do love seeing the cards I've found in the game. It would be a little bonus to get a kicker if you turn over one of those cards (+$10 or maybe +10% of the bet. That would make the game more lucrative without doing too much damage....)
DoctorPinch