fight-fixes
Bobloy 7 years ago
parent 2c39a00a66
commit 704d0e0ded

@ -8,6 +8,7 @@ from cogs.werewolf.Role import Role
from cogs.werewolf.votegroups.wolfvote import WolfVote from cogs.werewolf.votegroups.wolfvote import WolfVote
class VanillaWerewolf(Role): class VanillaWerewolf(Role):
rand_choice = True rand_choice = True
@ -45,11 +46,10 @@ class VanillaWerewolf(Role):
# await action_list[event][0](data) # await action_list[event][0](data)
# async def assign_player(self, player): # async def assign_player(self, player):
# """ # """
# Give this role a player # Give this role a player
# Can be used after the game has started (Cult, Mason, other role swap) # Can be used after the game has started (Cult, Mason, role swap)
# """ # """
# player.role = self # player.role = self

Loading…
Cancel
Save