-
Notifications
You must be signed in to change notification settings - Fork 325
MISC: Validate bet input of casino mini games #1694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MISC: Validate bet input of casino mini games #1694
Conversation
Nice, the greater consistency looks good. This will of course mess up existing Casino scripts (again) XD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh no I forgot to send these pending comments from forever ago
I updated based on your feedback. I also made 2 changes to make the behaviors of 4 games more consistent.
My changes:
|
The "bet input" of 3 games (Coin flip, Slot machine, Roulette) has many problems:
Blackjack does not have these problems, so this PR pulls the "bet input" of Blackjack out and reuses it in other games.
Before:

After:
