From cca373904d0a3bf9a7c5014e3b11330c526d7667 Mon Sep 17 00:00:00 2001 From: Robert Wall Date: Fri, 12 Jul 2013 20:48:34 -0700 Subject: [PATCH] Check whether night is done after werecrow !observes. Closes #9 --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index d1990e2..dadb0dd 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -1850,7 +1850,7 @@ def observe(cli, nick, rest): "to \u0002{0}'s\u0002 house. You will return after "+ "collecting your observations when day begins.").format(victim)) var.LOGGER.logBare(victim, "OBSERVED", nick) - + chk_nightdone(cli) @pmcmd("id")