From 738ff7a441c8c29b76056ad4b8b6071f4502c40a Mon Sep 17 00:00:00 2001 From: skizzerz Date: Tue, 20 Oct 2015 22:48:16 -0500 Subject: [PATCH] Fix alpha wolf biting an immunized person with retribution totem not dying from totem --- src/wolfgame.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wolfgame.py b/src/wolfgame.py index 0549577..79182e2 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -4041,6 +4041,8 @@ def transition_day(cli, gameid=0): if target not in bywolves: # don't count this as 2 separate kills for the purposes of protection if wolves already targeted this person victims.append(target) + # and if the target is immunized and has retribution totem, (maybe) kill off the alpha that tried to bite them + killers[target].append(alpha) victims_set.add(target) bywolves.add(target) elif got_bit: