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;