fxi bandidos
This commit is contained in:
parent
3642c0dbb5
commit
2af8e5ec54
@ -1574,6 +1574,10 @@ class Player:
|
||||
self.game.deck.scrap(self.hand.pop(card_index), player=self)
|
||||
self.mancato_needed -= 1
|
||||
else:
|
||||
if self.attacker and "gold_rush" in self.game.expansions and not self.is_ghost:
|
||||
if isinstance(self.attacker, Player):
|
||||
self.attacker.gold_nuggets += 1
|
||||
self.attacker.notify_self()
|
||||
self.lives -= 1
|
||||
self.mancato_needed = 0
|
||||
if self.mancato_needed <= 0:
|
||||
|
Loading…
Reference in New Issue
Block a user