reduce sleepy likelihood to 5

we agreed not to reduce it to 0, 5 works well
This commit is contained in:
jacob1 2015-11-04 22:50:52 -05:00
parent dd45c3ebc0
commit 9b3768522b

View File

@ -721,7 +721,7 @@ class CharmingMode(GameMode):
"assassin" : ( 0 , 0 , 0 , 0 , 0 , 0 , 0 , 1 , 1 , 1 , 1 , 1 ), "assassin" : ( 0 , 0 , 0 , 0 , 0 , 0 , 0 , 1 , 1 , 1 , 1 , 1 ),
}) })
@game_mode("sleepy", minp=8, maxp=24, likelihood=20) @game_mode("sleepy", minp=8, maxp=24, likelihood=5)
class SleepyMode(GameMode): class SleepyMode(GameMode):
"""A small village has become the playing ground for all sorts of supernatural beings.""" """A small village has become the playing ground for all sorts of supernatural beings."""
def __init__(self, arg=""): def __init__(self, arg=""):