better fix for calamity janet
This commit is contained in:
parent
9f71b00952
commit
b83b3d21a3
@ -776,8 +776,6 @@ class Player:
|
||||
self.expected_response = self.game.deck.mancato_cards_not_green_or_blue.copy()
|
||||
if self.character.check(self.game, chars.CalamityJanet) and cs.Bang(0, 0).name not in self.expected_response:
|
||||
self.expected_response.append(cs.Bang(0, 0).name)
|
||||
elif self.character.check(self.game, chars.CalamityJanet) and cs.Bang(0, 0).name not in self.expected_response:
|
||||
self.expected_response.append(cs.Bang(0, 0).name)
|
||||
if not no_dmg:
|
||||
self.on_failed_response_cb = self.take_damage_response
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user