diff --git a/modules/wolfgame.py b/modules/wolfgame.py index 7732026..e51df69 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -1443,10 +1443,9 @@ def chk_traitor(cli): # no message if wolf cub becomes wolf for now, may want to change that in future if len(var.ROLES["wolf"]) > 0: - if var.ROLE_REVEAL: - cli.msg(botconfig.CHANNEL, ('\u0002The villagers, during their celebrations, are '+ - 'frightened as they hear a loud howl. The wolves are '+ - 'not gone!\u0002')) + cli.msg(botconfig.CHANNEL, ('\u0002The villagers, during their celebrations, are '+ + 'frightened as they hear a loud howl. The wolves are '+ + 'not gone!\u0002')) def stop_game(cli, winner = ""): chan = botconfig.CHANNEL diff --git a/settings/wolfgame.py b/settings/wolfgame.py index fd169e3..57365b6 100644 --- a/settings/wolfgame.py +++ b/settings/wolfgame.py @@ -599,7 +599,6 @@ class NoRevealMode(object): "minion" : ( 0 , 0 , 0 , 0 , 1 , 1 , 1 , 1 ), "werecrow" : ( 0 , 0 , 0 , 0 , 0 , 1 , 1 , 1 ), # neutral roles - "crazed shaman" : ( 0 , 1 , 1 , 1 , 1 , 1 , 1 , 1 ), "clone" : ( 0 , 0 , 0 , 0 , 0 , 1 , 1 , 1 ), "lycan" : ( 0 , 0 , 0 , 0 , 0 , 0 , 1 , 1 ), "amnesiac" : ( 0 , 0 , 0 , 0 , 0 , 0 , 1 , 1 ),