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:
parent
71b05b7e47
commit
b82531631d
3 changed files with 132 additions and 109 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue