templating
This commit is contained in:
parent
89b01069c2
commit
ecae8ab16e
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ def do_play_card(bot, player, result_id):
|
||||||
if game.mode == 'one':
|
if game.mode == 'one':
|
||||||
gm.end_game(chat, user)
|
gm.end_game(chat, user)
|
||||||
send_async(bot, chat.id,
|
send_async(bot, chat.id,
|
||||||
text=__("Game ended!", multi=game.translate))
|
text=__("Game ended! Flawless Victory!", multi=game.translate))
|
||||||
|
|
||||||
|
|
||||||
game.players_won += 1
|
game.players_won += 1
|
||||||
|
|
Loading…
Reference in a new issue