Fix mm being able to be assigned n2+ in mael
This commit is contained in:
parent
dbad8d1f09
commit
805ee7e18a
@ -1164,7 +1164,7 @@ class MaelstromMode(GameMode):
|
|||||||
roles = self.roles[:]
|
roles = self.roles[:]
|
||||||
if do_templates:
|
if do_templates:
|
||||||
# mm only works night 1, do_templates is also only true n1
|
# mm only works night 1, do_templates is also only true n1
|
||||||
self.roles.append("matchmaker")
|
roles.append("matchmaker")
|
||||||
while lpl:
|
while lpl:
|
||||||
addroles[random.choice(roles)] += 1
|
addroles[random.choice(roles)] += 1
|
||||||
lpl -= 1
|
lpl -= 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user