Add village elder to amnesiac blacklist in 'random' games

We really should remove the role altogether but woffle wants to keep it for some reason ...
This commit is contained in:
jacob1 2015-06-08 22:07:49 -04:00
parent fdd1fc5c12
commit 255a3562c8

View File

@ -758,7 +758,7 @@ class RandomMode(GameMode):
def __init__(self): def __init__(self):
self.AMNESIAC_NIGHTS = 1 self.AMNESIAC_NIGHTS = 1
self.IGNORE_NO_WOLF = True self.IGNORE_NO_WOLF = True
self.AMNESIAC_BLACKLIST = ["cultist"] self.AMNESIAC_BLACKLIST = ["cultist", "village elder"]
self.LOVER_WINS_WITH_FOOL = True self.LOVER_WINS_WITH_FOOL = True
self.MAD_SCIENTIST_SKIPS_DEAD_PLAYERS = 0 # always make it happen self.MAD_SCIENTIST_SKIPS_DEAD_PLAYERS = 0 # always make it happen
self.ALPHA_WOLF_NIGHTS = 2 self.ALPHA_WOLF_NIGHTS = 2