Hide traitor turning message if role reveal is off
This commit is contained in:
parent
1acb9fc51d
commit
3203b10015
@ -1191,9 +1191,10 @@ def chk_win(cli, end_game = True):
|
||||
for t in var.ROLES["traitor"]:
|
||||
var.LOGGER.logBare(t, "TRANSFORM")
|
||||
chk_traitor(cli)
|
||||
cli.msg(chan, ('\u0002The villagers, during their celebrations, are '+
|
||||
'frightened as they hear a loud howl. The wolves are '+
|
||||
'not gone!\u0002'))
|
||||
if var.ROLE_REVEAL:
|
||||
cli.msg(chan, ('\u0002The villagers, during their celebrations, are '+
|
||||
'frightened as they hear a loud howl. The wolves are '+
|
||||
'not gone!\u0002'))
|
||||
var.LOGGER.logMessage(('The villagers, during their celebrations, are '+
|
||||
'frightened as they hear a loud howl. The wolves are '+
|
||||
'not gone!'))
|
||||
|
Loading…
Reference in New Issue
Block a user