Remove redundant ALPHA_WOLF_NIGHTS definition for random
Alpha's target now turns immediately, this variable was not being used by the code anymore.
This commit is contained in:
parent
598c994e43
commit
965e0481ec
@ -525,7 +525,6 @@ class RandomMode(GameMode):
|
||||
super().__init__(arg)
|
||||
self.LOVER_WINS_WITH_FOOL = True
|
||||
self.MAD_SCIENTIST_SKIPS_DEAD_PLAYERS = 0 # always make it happen
|
||||
self.ALPHA_WOLF_NIGHTS = 2
|
||||
self.TEMPLATE_RESTRICTIONS = OrderedDict((template, frozenset()) for template in var.TEMPLATE_RESTRICTIONS)
|
||||
|
||||
self.TOTEM_CHANCES = { # shaman , crazed , wolf
|
||||
|
Loading…
x
Reference in New Issue
Block a user