Skip to content

Commit

Permalink
sometimes I get really really really confused
Browse files Browse the repository at this point in the history
  • Loading branch information
stevinus73 committed Jan 22, 2025
1 parent 974627a commit 1fe8d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/logic/golden.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,10 @@ G._Initialize = function(en, Research) {
0, [21, 10], 40000, {pool:'toggle',priceFunc:function(){return Game.cookiesPs*60*60;},choicesFunction:gsChoicesFunction,choicesPick:gsPick});

eval("Game.shimmerTypes.golden.spawnConditions="+
G.me.spawnConditions.replace("Game.Has('Golden switch [off]')","(Game.Has('Golden switch [off]')&&(Game.gsType==0))"));
G.me.spawnConditions.toString().replace("Game.Has('Golden switch [off]')","(Game.Has('Golden switch [off]')&&(Game.gsType==0))"));

eval("Game.CalculateGains="+
Game.CalculateGains.replace("Game.Has('Golden switch [off]')","(Game.Has('Golden switch [off]')&&(Game.gsType==0))"));
Game.CalculateGains.toString().replace("Game.Has('Golden switch [off]')","(Game.Has('Golden switch [off]')&&(Game.gsType==0))"));

var funcOn=function(){
if (Game.gsType==0) {
Expand Down

0 comments on commit 1fe8d56

Please sign in to comment.