Skip to content

Commit

Permalink
Always be summoning candy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignose committed Nov 13, 2023
1 parent 645169b commit 8944d4d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/tasks/leveling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,7 @@ export const LevelingQuest: Quest = {
},
{
name: "Crimbo Candy",
completed: () =>
get("_candySummons", 0) > 0 ||
!have($skill`Summon Crimbo Candy`) ||
!have($skill`Sweet Synthesis`),
completed: () => get("_candySummons", 0) > 0 || !have($skill`Summon Crimbo Candy`),
do: () => useSkill($skill`Summon Crimbo Candy`),
limit: { tries: 1 },
},
Expand Down

0 comments on commit 8944d4d

Please sign in to comment.