From 5b63582c59e6555c41bc3f6315a06a4c47507a97 Mon Sep 17 00:00:00 2001 From: shikhin Date: Tue, 14 Jul 2020 17:50:10 +0000 Subject: [PATCH] Make tea_cah authentic to the cards against IRC tradition. --- gameloop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gameloop.py b/gameloop.py index 615e23c..ef152fb 100644 --- a/gameloop.py +++ b/gameloop.py @@ -1059,7 +1059,7 @@ def game(send, notice, voice, devoice, get_event): card_choices[player] = selected_cards if player in choosers: choosers.remove(player) - notice(nick, combine_cards(round_call_card, selected_cards)) + notice(nick, 'You have chosen: ' + combine_cards(round_call_card, selected_cards)) elif event == events.cards: nick, = args