fix apache indiani

This commit is contained in:
Alberto Xamin 2020-12-22 21:56:09 +01:00
parent 2beb1563ae
commit 2a7ffcbf43
No known key found for this signature in database
GPG Key ID: 4F026F48309500A2

View File

@ -733,6 +733,7 @@ class Player:
def get_indians(self, attacker):
self.attacker = attacker
if isinstance(self.character, chd.ApacheKid): return False
if not self.game.is_competitive and len([c for c in self.hand if isinstance(c, cs.Bang) or (isinstance(self.character, chars.CalamityJanet) and isinstance(c, cs.Mancato))]) == 0:
print('Cant defend')
self.take_damage_response()