fxi bandidos

This commit is contained in:
Alberto Xamin 2024-10-22 15:41:16 +01:00
parent 3642c0dbb5
commit 2af8e5ec54
No known key found for this signature in database
GPG Key ID: 5ABFCD8A22EA6F5D

View File

@ -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: