Skip to content

Commit

Permalink
Corrected setup for cosmic rune task
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwelldixon committed Oct 21, 2024
1 parent 567fbc5 commit 80bbe3d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,8 @@ protected void setupRequirements()
gamesNeck = new ItemRequirement("Games Necklace", ItemCollections.GAMES_NECKLACES).showConditioned(notHundredTears);
dorgSphere = new ItemRequirement("Dorgesh-kaan Sphere", ItemID.DORGESHKAAN_SPHERE).showConditioned(notTrainToKeld);
essence = new ItemRequirement("Pure or Daeyalt essence", ItemCollections.ESSENCE_HIGH, 28).showConditioned(notCosmics);
cosmicAccessOrAbyss = new ItemRequirement("Access to cosmic altar, or travel through abyss. Tiara recommended unless using essence pouches",
cosmicAccessOrAbyss = new ItemRequirement("Access to cosmic altar, or travel through abyss. Cosmic tiara or Catalytic tiara recommended if not using abyss.",
ItemCollections.COSMIC_ALTAR).showConditioned(notCosmics).isNotConsumed();
cosmicAccessOrAbyss.setTooltip("Cosmic talisman or tiara");
bellaSeed = new ItemRequirement("Belladonna seed", ItemID.BELLADONNA_SEED).showConditioned(notBelladonna);
seedDib = new ItemRequirement("Seed dibber", ItemID.SEED_DIBBER).showConditioned(notBelladonna).isNotConsumed();
spade = new ItemRequirement("Spade", ItemID.SPADE).showConditioned(notBelladonna).isNotConsumed();
Expand Down

0 comments on commit 80bbe3d

Please sign in to comment.