Fix mm being able to be assigned n2+ in mael

This commit is contained in:
skizzerz 2016-02-03 22:10:38 -06:00
parent dbad8d1f09
commit 805ee7e18a

View File

@ -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