diff --git a/src/gamemodes.py b/src/gamemodes.py index fb29d6d..a0a048a 100644 --- a/src/gamemodes.py +++ b/src/gamemodes.py @@ -1164,7 +1164,7 @@ class MaelstromMode(GameMode): roles = self.roles[:] if do_templates: # mm only works night 1, do_templates is also only true n1 - self.roles.append("matchmaker") + roles.append("matchmaker") while lpl: addroles[random.choice(roles)] += 1 lpl -= 1