Require 7 players for classic
It's the same as default up until this point, so allowing classic for <7p just results in pointless fragmentation of stats.
This commit is contained in:
parent
a526442725
commit
187a877f6b
@ -537,7 +537,7 @@ class EvilVillageMode(object):
|
|||||||
"fool" : ( 0 , 1 , 1 ),
|
"fool" : ( 0 , 1 , 1 ),
|
||||||
})
|
})
|
||||||
|
|
||||||
@game_mode("classic", minp = 4, maxp = 21, likelihood = 4)
|
@game_mode("classic", minp = 7, maxp = 21, likelihood = 4)
|
||||||
class ClassicMode(object):
|
class ClassicMode(object):
|
||||||
"""Classic game mode from before all the changes."""
|
"""Classic game mode from before all the changes."""
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user