fix rissa causing bugs
This commit is contained in:
parent
8351bff0d8
commit
6c9dc746fd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user