noreveal balance tweaks: remove CS and make traitor turning message play when traitor turns

This commit is contained in:
skizzerz 2015-01-26 22:24:16 -06:00
parent 42e67f7900
commit ba9a9839fd
2 changed files with 3 additions and 5 deletions

View File

@ -1443,7 +1443,6 @@ 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'))

View File

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