Update game results.

This commit is contained in:
vonavi
2013-10-17 09:59:49 +03:00
parent 280d97f360
commit 34c2ccad2f
2 changed files with 29 additions and 0 deletions

View File

@@ -40,6 +40,10 @@ module LORChess
@players[num] = '<em style="font-weight:normal">отсутствует</em>'
@elo_points[num] = '1200'
end
# Remove Uroboros from the tournament (seppuku)
num = @player_numbers['uroboros']
@players[num] = '<del>uroboros</del>'
end
def fill_results