diff --git a/oberon b/oberon index d052c67..1f03179 100755 --- a/oberon +++ b/oberon @@ -117,7 +117,7 @@ def play_game(gid): ppiece = 1 if res[0][4] % 2 == 0 else 0 print_header() - print('{} vs. {}: {}\'s turn'.format(res[0][1], res[0][2], pturn)) + print('{} vs. {}: {}\'s turn {}'.format(res[0][1], res[0][2], pturn, pieces[ppiece])) print_board(board) if not pturn == username: