Blackjackmb (#201)

* Filter out slots from the body. (#181)

* Slots changes (#182)

* Switch slots result to title and fix snappy

* These two guys again

* These two guys again

* Fix breaking-even

* ...??

* Initial commit

* Finalize initial blackjack attempt

* Fix blackjack reward text

* Merge up

* Abstract command checking functionality to handle multiples'
This commit is contained in:
outruncolors 2022-02-07 03:29:56 -06:00 committed by GitHub
parent 71b05b7e47
commit b82531631d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 132 additions and 109 deletions

View file

@ -625,7 +625,7 @@ def api_comment(v):
slots.check_for_slots_command(body, v, c)
blackjack = Blackjack(g)
blackjack.check_for_blackjack_command(body, v, c)
blackjack.check_for_blackjack_commands(body, v, c)
treasure = Treasure(g)
treasure.check_for_treasure(body, c)