one more conditions for rissa
This commit is contained in:
parent
6c9dc746fd
commit
e48fd93bb8
@ -282,7 +282,7 @@ class Player:
|
|||||||
self.hand.append(card)
|
self.hand.append(card)
|
||||||
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.event_type == 'rissa' and self.target_p == [p.name for p in self.game.players if p != self][-1]):
|
||||||
self.event_type = ''
|
self.event_type = ''
|
||||||
self.target_p = ''
|
self.target_p = ''
|
||||||
self.choose_action = ''
|
self.choose_action = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user