Format the line better and also fixed the source file that was fixed in Issue #166
This commit is contained in:
@@ -3020,7 +3020,7 @@ CM.Sim.CalculateGains = function() {
|
|||||||
mult *= eggMult;
|
mult *= eggMult;
|
||||||
|
|
||||||
// TODO Store lumps?
|
// 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;
|
if (CM.Sim.hasAura('Radiant Appetite')) mult *= 2;
|
||||||
|
|
||||||
|
|||||||
@@ -267,7 +267,7 @@ CM.Sim.CalculateGains = function() {
|
|||||||
mult *= eggMult;
|
mult *= eggMult;
|
||||||
|
|
||||||
// TODO Store lumps?
|
// 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;
|
if (CM.Sim.hasAura('Radiant Appetite')) mult *= 2;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user