Fix shooting succubus
This commit is contained in:
parent
4e7b8ec6bb
commit
346af23a5d
@ -5334,7 +5334,7 @@ def shoot(cli, nick, chan, rest):
|
|||||||
chances = var.GUN_CHANCES
|
chances = var.GUN_CHANCES
|
||||||
|
|
||||||
if victim in var.ROLES["succubus"]:
|
if victim in var.ROLES["succubus"]:
|
||||||
chances = chances[:2] + (0,)
|
chances = chances[:3] + (0,)
|
||||||
|
|
||||||
wolfvictim = victim in var.list_players(var.WOLF_ROLES)
|
wolfvictim = victim in var.list_players(var.WOLF_ROLES)
|
||||||
realrole = var.get_role(victim)
|
realrole = var.get_role(victim)
|
||||||
|
Loading…
Reference in New Issue
Block a user