fix bug emporio

This commit is contained in:
Alberto Xamin 2020-11-23 21:56:49 +01:00
parent abff5e0500
commit c9dcebc97c
No known key found for this signature in database
GPG Key ID: 4F026F48309500A2

View File

@ -42,6 +42,7 @@ class Player:
self.expected_response = None
self.attacker = None
self.target_p: str = None
self.is_drawing = False
self.mancato_needed = 0
def join_game(self, game):