From 1f1af214015d3db2f0937b301b81462d9400fc98 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Sun, 10 Nov 2013 21:54:59 +0100 Subject: [PATCH] Reduce player limit to 21 Move wolf #4 to 20 Add cursed #2 to 18 --- settings/wolfgame.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/wolfgame.py b/settings/wolfgame.py index 0baf63c..e8dbeee 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 = 22 +MAX_PLAYERS = 19 DRUNK_SHOTS_MULTIPLIER = 3 NIGHT_TIME_LIMIT = 120 NIGHT_TIME_WARN = 90 # should be less than NIGHT_TIME_LIMIT @@ -58,7 +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 ), ## + 18 : ( 1 , 3 , 2 , 1 , 1 , 1 , 1 , 1 , 1 , 1 ), ## None : ( 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 )} ## ################################################################################################################# # Notes: ##