small fixes
This commit is contained in:
parent
9c10d723a8
commit
a455fd0248
2 changed files with 6 additions and 12 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue