From dc28f11b9d51b5659873ce342bf199c7d4a626b8 Mon Sep 17 00:00:00 2001 From: Vasyl Horbachenko Date: Tue, 26 Jun 2018 04:19:59 +0300 Subject: [PATCH] midgame multiplier upd --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index a308eaaf..5b148ab4 100755 --- a/__init__.py +++ b/__init__.py @@ -48,7 +48,7 @@ if not game: game.settings.sams = sams if midgame: - game.budget = game.budget * 8 + game.budget = game.budget * 6 * len(list(conflicttheater.conflicts())) proceed_to_main_menu(game)