decrease 'mad' likelihood from 8 to 4 (not very popular, even though balanced :P)
This commit is contained in:
parent
87e387df5f
commit
80e5c72b3d
@ -187,7 +187,7 @@ class FoolishMode(GameMode):
|
||||
"mayor" : ( 0 , 0 , 0 , 0 , 0 , 1 , 1 , 1 , 1 , 1 , 1 ),
|
||||
})
|
||||
|
||||
@game_mode("mad", minp = 7, maxp = 22, likelihood = 8)
|
||||
@game_mode("mad", minp = 7, maxp = 22, likelihood = 4)
|
||||
class MadMode(GameMode):
|
||||
"""This game mode has mad scientist and many things that may kill you."""
|
||||
def __init__(self, arg=""):
|
||||
|
Loading…
Reference in New Issue
Block a user