fix problems

This commit is contained in:
Alberto Xamin 2020-11-27 21:52:13 +01:00
parent 07f4f5b92d
commit f4bc8d1142
No known key found for this signature in database
GPG Key ID: 4F026F48309500A2

View File

@ -74,7 +74,7 @@ class Player:
self.max_lives = self.character.max_lives + self.role.health_mod
self.lives = self.max_lives
self.hand = []
self.equipment = [cs.Dinamite(1,1), cs.Prigione(1,1)]
self.equipment = []
self.pending_action = PendingAction.WAIT
def set_available_character(self, available):