Prevent silent traitor -> wolf transformation

This commit is contained in:
Jimmy Cao 2013-04-06 19:52:23 +00:00
parent 721e22d6bc
commit 2de768ab44

View File

@ -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)