From cb41e0c99611a6fce28ab70a4a6ef3719aada72a Mon Sep 17 00:00:00 2001 From: skizzerz Date: Wed, 16 Jul 2014 00:24:57 -0500 Subject: [PATCH] fix circular assassining --- modules/wolfgame.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index a9cd3fa..98548fd 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -1248,6 +1248,7 @@ def del_player(cli, nick, forced_death = False, devoice = True, end_game = True) del_player(cli, other, True, end_game = False) if nick in var.ROLES["assassin"]: target = var.TARGETED[nick] + del var.TARGETED[nick] if target != None and target in var.list_players(): if target in var.PROTECTED: message = ("Before dying, \u0002{0}\u0002 quickly attempts to slit \u0002{1}\u0002's throat, " +