From ae393a45b5dabb0090933485868b8af413e11fd7 Mon Sep 17 00:00:00 2001 From: jcao219 Date: Mon, 18 Jul 2011 13:15:22 -0500 Subject: [PATCH] fixed the guardian angel message --- wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfgame.py b/wolfgame.py index ea08e3e..85dc0bb 100644 --- a/wolfgame.py +++ b/wolfgame.py @@ -1145,7 +1145,7 @@ def guard(cli, nick, rest): cli.msg(nick, "You may not guard yourself.") return var.GUARDED[nick] = pl[pll.index(victim)] - cli.msg(nick, "You are protecting \u0002{0}\u0002 tonight. Farewell!".format(var.VICTIM)) + cli.msg(nick, "You are protecting \u0002{0}\u0002 tonight. Farewell!".format(var.GUARDED[nick])) cli.msg(victim, "You can sleep well tonight, for a guardian angel is protecting you.") chk_nightdone(cli)