noreveal balance tweaks: remove CS and make traitor turning message play when traitor turns
This commit is contained in:
parent
42e67f7900
commit
ba9a9839fd
@ -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
|
||||
|
@ -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 ),
|
||||
|
Loading…
x
Reference in New Issue
Block a user