diff --git a/autumn2013/results.yml b/autumn2013/results.yml index c01202b..8508613 100644 --- a/autumn2013/results.yml +++ b/autumn2013/results.yml @@ -463,6 +463,11 @@ black: HunOL result: '1:0' + - date: 16.10.2013 + white: J + black: Michkova + result: '0:1' + - date: 06.10.2013 white: MyTrooName black: Genuine @@ -470,6 +475,11 @@ - number: 11 games: + - date: 14.10.2013 + white: darkenshvein + black: aptyp + result: '0:1' + - date: 12.10.2013 white: iVS black: trex6 @@ -497,3 +507,18 @@ black: Kasparov result: '1:0' + - date: 14.10.2013 + white: aptyp + black: iVS + result: '0:1' + + - date: 14.10.2013 + white: J + black: darkenshvein + result: '1:0' + + - date: 16.10.2013 + white: Michkova + black: HunOL + result: '0.5:0.5' + diff --git a/lib/lorchess/tournament_table.rb b/lib/lorchess/tournament_table.rb index 9e24835..21dfeae 100644 --- a/lib/lorchess/tournament_table.rb +++ b/lib/lorchess/tournament_table.rb @@ -40,6 +40,10 @@ module LORChess @players[num] = 'отсутствует' @elo_points[num] = '1200' end + + # Remove Uroboros from the tournament (seppuku) + num = @player_numbers['uroboros'] + @players[num] = 'uroboros' end def fill_results