From ae8a4d350bd79d2e17aa0ac2e13a4b13f1d4ecd2 Mon Sep 17 00:00:00 2001 From: "Vgr E.Barry" Date: Mon, 5 Jan 2015 18:38:56 -0500 Subject: [PATCH] Fix vengeful ghost logging message. --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index d67d80c..c0b2d59 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -5059,7 +5059,7 @@ def transition_night(cli): else: pm(cli, v_ghost, "You are a \u0002vengeful ghost\u0002.") pm(cli, v_ghost, who.capitalize() + ": " + ", ".join(pl)) - debuglog("GHOST: {0} (Targets: {1}) Players: {2}".format(v_ghost, who.capitalize(), ", ".join(pl))) + debuglog("GHOST: {0} (target: {1}) - players: {2}".format(v_ghost, who, ", ".join(pl))) for ass in var.ROLES["assassin"]: if ass in var.TARGETED and var.TARGETED[ass] != None: