From fd90e45ee4838f4c65104093f4ef76ce86ca0887 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Sat, 7 Sep 2013 00:40:53 +0200 Subject: [PATCH] Restore #wolfgame roles (for now) --- settings/wolfgame.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings/wolfgame.py b/settings/wolfgame.py index 709cc07..ca20ebe 100644 --- a/settings/wolfgame.py +++ b/settings/wolfgame.py @@ -7,7 +7,7 @@ STATS_RATE_LIMIT = 15 VOTES_RATE_LIMIT = 15 ADMINS_RATE_LIMIT = 300 SHOTS_MULTIPLIER = .12 # ceil(shots_multiplier * len_players) = bullets given -MAX_PLAYERS = 15 +MAX_PLAYERS = 17 DRUNK_SHOTS_MULTIPLIER = 3 NIGHT_TIME_LIMIT = 120 NIGHT_TIME_WARN = 90 # should be less than NIGHT_TIME_LIMIT @@ -53,11 +53,11 @@ DETECTIVE_REVEALED_CHANCE = 2/5 ################################################################################################################# ROLES_GUIDE = { 4 : ( 1 , 1 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ), ## 6 : ( 1 , 1 , 1 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ), ## - 7 : ( 1 , 1 , 1 , 1 , 0 , 0 , 0 , 0 , 0 , 0 ), ## 8 : ( 1 , 1 , 1 , 1 , 1 , 1 , 0 , 0 , 0 , 0 ), ## 10 : ( 1 , 2 , 1 , 1 , 1 , 1 , 1 , 0 , 0 , 0 ), ## 12 : ( 1 , 2 , 1 , 1 , 1 , 1 , 1 , 1 , 0 , 1 ), ## - 15 : ( 1 , 3 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 ), ## + 15 : ( 1 , 3 , 1 , 1 , 1 , 1 , 1 , 1 , 0 , 1 ), ## + 17 : ( 1 , 3 , 1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 None : ( 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 )} ## ################################################################################################################# # Notes: ##