From ffdd94ed4a7799db8eafd05206013a0183aa690f Mon Sep 17 00:00:00 2001 From: jacob1 Date: Tue, 18 Feb 2014 20:47:03 -0500 Subject: [PATCH] fix bug where targeted harlot could still shoot wolves (and get an extra bullet) --- modules/wolfgame.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index 86815df..1e5cd4d 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -1412,6 +1412,7 @@ def transition_day(cli, gameid=0): if var.HVISITED.get(victim): message.append("The wolves' selected victim was a harlot, "+ "who was not at home last night.") + victim = "" if victim and (victim not in var.ROLES["harlot"] or # not a harlot not var.HVISITED.get(victim)): # harlot stayed home message.append(("The dead body of \u0002{0}\u0002, a "+