From 54c59eda510e80aded5f8830a5e69d1da4c8f1eb Mon Sep 17 00:00:00 2001 From: Icecreamdude <72051053+Icecreamdudes@users.noreply.github.com> Date: Sun, 6 Oct 2024 14:54:57 -0400 Subject: [PATCH] f --- js/infinity.js | 2 +- js/infinityPoints.js | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/js/infinity.js b/js/infinity.js index dc2b095..6ce2ec6 100644 --- a/js/infinity.js +++ b/js/infinity.js @@ -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)) diff --git a/js/infinityPoints.js b/js/infinityPoints.js index 75bc5c9..f302e5b 100644 --- a/js/infinityPoints.js +++ b/js/infinityPoints.js @@ -497,13 +497,10 @@ }, 21: { requirementDescription: "

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: "

300 Infinities",