Merge branch 'dev' into main

This commit is contained in:
Giulio 2022-03-25 01:11:37 +01:00
commit 1bddd3c135

View File

@ -83,6 +83,7 @@ class Player:
self.gold_rush_equipment: List[grc.ShopCard] = [] self.gold_rush_equipment: List[grc.ShopCard] = []
self.was_player = False self.was_player = False
self.setaccio_count = 0 self.setaccio_count = 0
self.choose_action = ''
def join_game(self, game): def join_game(self, game):
self.game = game self.game = game