bug mezzogiorno di fuoco attacker

This commit is contained in:
Giulio 2021-06-08 12:24:51 +02:00
parent 5979221478
commit 7ed97d5bc0

View File

@ -343,6 +343,7 @@ class Player:
self.special_use_count = 0 self.special_use_count = 0
self.bang_used = 0 self.bang_used = 0
if self.game.check_event(ceh.MezzogiornoDiFuoco): if self.game.check_event(ceh.MezzogiornoDiFuoco):
self.attacker = None
self.lives -= 1 self.lives -= 1
if self.character.check(self.game, chars.BartCassidy) and self.lives > 0: if self.character.check(self.game, chars.BartCassidy) and self.lives > 0:
self.hand.append(self.game.deck.draw(True)) self.hand.append(self.game.deck.draw(True))