Fix shooting succubus

This commit is contained in:
Vgr E. Barry 2015-11-09 16:43:09 -05:00
parent 4e7b8ec6bb
commit 346af23a5d

View File

@ -5334,7 +5334,7 @@ def shoot(cli, nick, chan, rest):
chances = var.GUN_CHANCES
if victim in var.ROLES["succubus"]:
chances = chances[:2] + (0,)
chances = chances[:3] + (0,)
wolfvictim = victim in var.list_players(var.WOLF_ROLES)
realrole = var.get_role(victim)