Archived
Play card automatically at start of turn
This commit is contained in:
@@ -71,6 +71,8 @@ class Player(Serializable):
|
||||
random.shuffle(self.stack_pile)
|
||||
|
||||
async def start_turn(self):
|
||||
for c in self.hand:
|
||||
await self.play_card(c.uuid)
|
||||
await self.turn.start_turn()
|
||||
|
||||
async def end_turn(self):
|
||||
|
||||
Reference in New Issue
Block a user