diff --git a/src/gamemodes.py b/src/gamemodes.py index 4e2b8d7..65ad080 100644 --- a/src/gamemodes.py +++ b/src/gamemodes.py @@ -294,7 +294,7 @@ class EvilVillageMode(GameMode): evt.data["winner"] = None -@game_mode("classic", minp = 7, maxp = 21, likelihood = 4) +@game_mode("classic", minp = 4, maxp = 21, likelihood = 0) class ClassicMode(GameMode): """Classic game mode from before all the changes.""" def __init__(self, arg=""):