diff --git a/modules/wolfgame.py b/modules/wolfgame.py index b0b3db8..5b3dc67 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -2176,7 +2176,7 @@ def transition_night(cli): var.LOGGER.logBare("NIGHT", "BEGIN") # cli.msg(chan, "DEBUG: "+str(var.ROLES)) - if not var.ROLES["wolf"]: # Probably something interesting going on. + if not var.ROLES["wolf"] + var.ROLES["werecrow"]: # Probably something interesting going on. chk_nightdone(cli) chk_traitor(cli)