diff --git a/bot.py b/bot.py index 8acdfc3..125a5d0 100644 --- a/bot.py +++ b/bot.py @@ -607,6 +607,8 @@ def do_play_card(bot, player, result_id): if game.players_won is 0: us.first_places += 1 + game.players_won += 1 + try: gm.leave_game(user, chat) except NotEnoughPlayersError: