formatting
This commit is contained in:
parent
b5c2d3d10b
commit
22aaa497f8
@ -651,7 +651,7 @@ class Game:
|
|||||||
# await channel.set_permissions(member, read_messages=True)
|
# await channel.set_permissions(member, read_messages=True)
|
||||||
|
|
||||||
async def _check_game_over(self):
|
async def _check_game_over(self):
|
||||||
alive_players = [player for player self.players if player.alive]
|
alive_players = [player for player in self.players if player.alive]
|
||||||
|
|
||||||
if len(alive_players) <= 2:
|
if len(alive_players) <= 2:
|
||||||
# Check 1v1 victory conditions ToDo
|
# Check 1v1 victory conditions ToDo
|
||||||
@ -665,8 +665,6 @@ class Game:
|
|||||||
|
|
||||||
# Only remaining team wins
|
# Only remaining team wins
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
async def _end_game(self):
|
async def _end_game(self):
|
||||||
# ToDo
|
# ToDo
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user