small fixes

This commit is contained in:
Barak Michener 2013-07-30 23:10:42 -04:00
parent 9c10d723a8
commit a455fd0248
2 changed files with 6 additions and 12 deletions

View file

@ -31,7 +31,6 @@ def merlin_vote(game, player_id, team, votes, fail_req, r, deal):
return True
def mordred_vote(game, player_id, team, votes, fail_req, r, deal):
n_actually_good_people = sum(
[int(game.player_is_good(deal, x)) for x in team])