decrease 'mad' likelihood from 8 to 4 (not very popular, even though balanced :P)

This commit is contained in:
jacob1 2015-11-14 23:05:47 -05:00
parent 87e387df5f
commit 80e5c72b3d

View File

@ -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=""):