fix ritorno di fiamma con roulette russa

This commit is contained in:
Alberto Xamin 2024-06-02 16:27:32 +01:00
parent e08c7162a1
commit 689725fe5c
No known key found for this signature in database
GPG Key ID: 5ABFCD8A22EA6F5D

View File

@ -2333,7 +2333,7 @@ class Player:
self.game.deck.scrap(card, True, player=self) self.game.deck.scrap(card, True, player=self)
self.notify_self() self.notify_self()
self.mancato_needed -= 1 self.mancato_needed -= 1
if isinstance(card, tvosc.RitornoDiFiamma): if isinstance(card, tvosc.RitornoDiFiamma) and self.attacker != "Roulette Russa":
self.game.attack(self, self.attacker.name, card_name=card.name) self.game.attack(self, self.attacker.name, card_name=card.name)
if self.mancato_needed <= 0: if self.mancato_needed <= 0:
if self.event_type == "duel": if self.event_type == "duel":