From 00e0b179a3500b248ac37fef56b73c1b45fce4dd Mon Sep 17 00:00:00 2001 From: Nico Date: Mon, 5 Mar 2018 16:44:10 +0100 Subject: [PATCH] Fixed typo, which ended in a bug --- CookieMonster.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CookieMonster.js b/CookieMonster.js index 2e4df2f..2d3716c 100644 --- a/CookieMonster.js +++ b/CookieMonster.js @@ -3020,7 +3020,7 @@ CM.Sim.CalculateGains = function() { mult *= eggMult; // TODO Store lumps? - if (CM.Sim.Has('Sugar baking')) mult* = (1 +Math.min(100, Game.lumps) * 0.01); + if (CM.Sim.Has('Sugar baking')) mult *= (1 +Math.min(100, Game.lumps) * 0.01); if (CM.Sim.hasAura('Radiant Appetite')) mult *= 2;