Fix for Version 2.0045 of Cookie Clicker (Issue #161)
This commit is contained in:
@@ -3019,6 +3019,9 @@ 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.hasAura('Radiant Appetite')) mult *= 2;
|
||||
|
||||
if (Game.hasAura('Dragon\'s Fortune')) {
|
||||
|
||||
@@ -266,6 +266,9 @@ 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.hasAura('Radiant Appetite')) mult *= 2;
|
||||
|
||||
if (Game.hasAura('Dragon\'s Fortune')) {
|
||||
|
||||
Reference in New Issue
Block a user