reduce sleepy likelihood to 5
we agreed not to reduce it to 0, 5 works well
This commit is contained in:
parent
dd45c3ebc0
commit
9b3768522b
@ -721,7 +721,7 @@ class CharmingMode(GameMode):
|
||||
"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):
|
||||
"""A small village has become the playing ground for all sorts of supernatural beings."""
|
||||
def __init__(self, arg=""):
|
||||
|
Loading…
x
Reference in New Issue
Block a user