fix duello
This commit is contained in:
parent
a474dfbc24
commit
7dab001bb0
@ -2166,8 +2166,7 @@ class Player:
|
|||||||
def get_dueled(self, attacker):
|
def get_dueled(self, attacker):
|
||||||
self.attacker = attacker
|
self.attacker = attacker
|
||||||
self.attacking_card = "Duello"
|
self.attacking_card = "Duello"
|
||||||
if any(
|
if not self.is_my_turn and any(
|
||||||
not self.is_my_turn and
|
|
||||||
(isinstance(c, trt.PrisonerCar) for c in self.equipment)
|
(isinstance(c, trt.PrisonerCar) for c in self.equipment)
|
||||||
):
|
):
|
||||||
self.take_no_damage_response()
|
self.take_no_damage_response()
|
||||||
|
Loading…
Reference in New Issue
Block a user