fix rissa causing bugs

This commit is contained in:
Alberto Xamin 2020-11-27 18:07:30 +01:00
parent 8351bff0d8
commit 6c9dc746fd
No known key found for this signature in database
GPG Key ID: 4F026F48309500A2

View File

@ -283,6 +283,7 @@ class Player:
else: else:
self.game.deck.scrap(card) self.game.deck.scrap(card)
if self.event_type != 'rissa' or self.target_p == [p.name for p in self.game.players if p != self][-1]: if self.event_type != 'rissa' or self.target_p == [p.name for p in self.game.players if p != self][-1]:
self.event_type = ''
self.target_p = '' self.target_p = ''
self.choose_action = '' self.choose_action = ''
self.pending_action = PendingAction.PLAY self.pending_action = PendingAction.PLAY