Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Icecreamdudes committed Oct 6, 2024
1 parent 0f68684 commit 54c59ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion js/infinity.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ addLayer("in", {
player.bi.brokenInfinities = player.bi.brokenInfinities.sub(player.tad.corruptedInfinitiesToGet)
}
}
if (!player.bigc.skip)
if (!hasMilestone("ip", 21))
{
player.tab = "bigc"
} else if (hasMilestone("ip", 21))
Expand Down
5 changes: 1 addition & 4 deletions js/infinityPoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,13 +497,10 @@
},
21: {
requirementDescription: "<h3>150 Infinities",
effectDescription() { return "You get an option to skip the big crunch animation, and automatically reset." },
effectDescription() { return "Skip the big crunch screen, and automatically reset." },
done() { return player.in.infinities.gte(150) },
unlocked() { return hasChallenge("ip", 14) },
style: { width: '800px', "min-height": '90px' },
toggles: [
["bigc", "skip"], // Each toggle is defined by a layer and the data toggled for that layer
],
},
22: {
requirementDescription: "<h3>300 Infinities",
Expand Down

0 comments on commit 54c59ed

Please sign in to comment.