change 'sleepy' likelihood to 20 temporarily (nyuszika7h edit)

This commit is contained in:
jacob1 2015-10-31 10:55:59 -04:00
parent 85fac86b4a
commit 4abd9a41dd

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=0) @game_mode("sleepy", minp=8, maxp=24, likelihood=20)
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=""):