Skip to content

Commit

Permalink
ed
Browse files Browse the repository at this point in the history
  • Loading branch information
Icecreamdudes committed Oct 13, 2024
1 parent 8e286c8 commit 16946b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/infinityPoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -517,9 +517,9 @@
style: { width: '800px', "min-height": '90px' },
},
24: {
requirementDescription: "<h3>10000 Infinities",
requirementDescription: "<h3>4000 Infinities",
effectDescription() { return "Check back pet effects are always active." },
done() { return player.in.infinities.gte(10000) },
done() { return player.in.infinities.gte(4000) },
unlocked() { return hasChallenge("ip", 14) },
style: { width: '800px', "min-height": '90px' },
},
Expand Down

0 comments on commit 16946b6

Please sign in to comment.