diff --git a/src/gamemodes.py b/src/gamemodes.py index c4193d1..350fd1f 100644 --- a/src/gamemodes.py +++ b/src/gamemodes.py @@ -453,7 +453,7 @@ class RandomMode(GameMode): 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 = {template: frozenset() for template in var.TEMPLATE_RESTRICTIONS} + self.TEMPLATE_RESTRICTIONS = OrderedDict((template, frozenset()) for template in var.TEMPLATE_RESTRICTIONS) self.TOTEM_CHANCES = { # shaman , crazed , wolf "death": ( 8 , 1 , 1 ),