fix slab the killer killing an outlaw

This commit is contained in:
Alberto Xamin 2020-11-25 22:35:40 +01:00
parent e0a23340ca
commit 904956a46f
No known key found for this signature in database
GPG Key ID: 4F026F48309500A2

View File

@ -431,7 +431,8 @@ class Player:
else:
self.on_failed_response_cb()
self.game.responders_did_respond_resume_turn()
self.attacker = None
if self.mancato_needed <= 0:
self.attacker = None
def get_sight(self, countWeapon=True):
if not self.character: