Skip to content

Commit

Permalink
moved fortune cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
stevinus73 committed Jan 13, 2025
1 parent a6c6747 commit 9b0a443
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/logic/golden.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,15 @@ G._Initialize = function(en, Research) {

en.ue.addUpgrade("Golden glow", "Increases the golden cookie effect cap by <b>1</b>.<div class=\"line\"></div>Unlocks a new Golden switch mode."
+'<q>Maybe your alchemy labs can do something with this.</q>',
777777777777777, [9,9], 0, {pool: 'prestige', posX: 254, posY: 948, parents: [Game.Upgrades['Cosmic beginner\'s luck']]}
777777777777777, [9,9], 0, {pool: 'prestige', posX: -293, posY: 770, parents: [Game.Upgrades['Distilled essence of redoubled luck']]}
);

// fortune moved
Game.Upgrades['Fortune cookies'].posX=-640;Game.Upgrades['Fortune cookies'].posY=543
Game.Upgrades['Fortune cookies'].parents=[Game.Upgrades['Decisive fate']]
Game.Upgrades['Fortune cookies'].basePrice=77777777
Game.Tiers['fortune'].price=77777777777777777777

G.update = function() {
if (Game.hasBuff('Dragonflight') && Game.hasBuff('Click frenzy')) Game.Win("The click to end all clicks");

Expand Down

0 comments on commit 9b0a443

Please sign in to comment.