From f9ac9b0d7991aec18a07cef94bb1010ab68a465f Mon Sep 17 00:00:00 2001 From: Vlad Mundi Date: Wed, 6 Jan 2021 10:06:57 +0000 Subject: [PATCH] Fix - Huge (Size) Challenge, Scientist modifier missing --- config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.js b/config.js index 7310623a..eba5b8e0 100644 --- a/config.js +++ b/config.js @@ -2896,12 +2896,14 @@ var toReturn = { game.jobs.Farmer.modifier *= (2/3); game.jobs.Lumberjack.modifier *= (2/3); game.jobs.Miner.modifier *= (2/3); + game.jobs.Scientist.modifier *= (2/3); game.resources.trimps.maxMod = 1; }, start: function () { game.jobs.Farmer.modifier *= 1.5; game.jobs.Lumberjack.modifier *= 1.5; game.jobs.Miner.modifier *= 1.5; + game.jobs.Scientist.modifier *= 1.5; game.resources.trimps.maxMod = 0.5; }, onComplete: function (){