From d95e62c2395c4dca0449cd5f7fd232a3bdd68b0c Mon Sep 17 00:00:00 2001 From: "Vgr E.Barry" Date: Tue, 3 Mar 2015 11:14:24 -0500 Subject: [PATCH] Increase lycan and noreveal's likelihoods. --- settings/wolfgame.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/wolfgame.py b/settings/wolfgame.py index b73fb60..da4df72 100644 --- a/settings/wolfgame.py +++ b/settings/wolfgame.py @@ -612,7 +612,7 @@ class DrunkFireMode(object): "sharpshooter" : ( 2 , 2 , 3 , 3 , 4 ), }) -@game_mode("noreveal", minp = 4, maxp = 21, likelihood = 0) +@game_mode("noreveal", minp = 4, maxp = 21, likelihood = 2) class NoRevealMode(object): """Roles are not revealed when players die.""" def __init__(self): @@ -639,7 +639,7 @@ class NoRevealMode(object): "cursed villager" : ( 0 , 1 , 1 , 1 , 1 , 1 , 2 , 2 ), }) -@game_mode("lycan", minp = 7, maxp = 21, likelihood = 1) +@game_mode("lycan", minp = 7, maxp = 21, likelihood = 6) class LycanMode(object): """Many lycans will turn into wolves. Hunt them down before the wolves overpower the village.""" def __init__(self):