From 80e5c72b3d88a15099c584d21b161d153af9b893 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sat, 14 Nov 2015 23:05:47 -0500 Subject: [PATCH] decrease 'mad' likelihood from 8 to 4 (not very popular, even though balanced :P) --- src/gamemodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gamemodes.py b/src/gamemodes.py index 3d76888..2ad54a4 100644 --- a/src/gamemodes.py +++ b/src/gamemodes.py @@ -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=""):