Format the line better and also fixed the source file that was fixed in Issue #166

This commit is contained in:
Aktanusa
2018-03-05 15:08:03 -05:00
parent 41cd7688ea
commit fcd4d9e0fc
2 changed files with 2 additions and 2 deletions

View File

@@ -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;