From 734d917c3e39774b4170cc642493b3c13ebb6b68 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Sun, 10 Nov 2013 21:51:30 +0100 Subject: [PATCH] Increase player limit to 22 Add wolf #4 to 22 --- settings/wolfgame.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings/wolfgame.py b/settings/wolfgame.py index 3c6503a..0baf63c 100644 --- a/settings/wolfgame.py +++ b/settings/wolfgame.py @@ -7,7 +7,7 @@ STATS_RATE_LIMIT = 60 VOTES_RATE_LIMIT = 60 ADMINS_RATE_LIMIT = 300 SHOTS_MULTIPLIER = .12 # ceil(shots_multiplier * len_players) = bullets given -MAX_PLAYERS = 17 +MAX_PLAYERS = 22 DRUNK_SHOTS_MULTIPLIER = 3 NIGHT_TIME_LIMIT = 120 NIGHT_TIME_WARN = 90 # should be less than NIGHT_TIME_LIMIT @@ -58,6 +58,7 @@ ROLES_GUIDE = { 4 : ( 1 , 1 , 0 , 0 , 0 , 0 , 0 12 : ( 1 , 2 , 1 , 1 , 1 , 1 , 1 , 1 , 0 , 1 ), ## 15 : ( 1 , 3 , 1 , 1 , 1 , 1 , 1 , 1 , 0 , 1 ), ## 17 : ( 1 , 3 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 ), ## + 22 : ( 1 , 4 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 ), ## None : ( 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 )} ## ################################################################################################################# # Notes: ##