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:
nyuszika7h 2015-03-23 15:12:39 +01:00
parent a526442725
commit 187a877f6b

View File

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