Skip to content

Commit

Permalink
Auto-pull jacks for a that guy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignose committed Nov 16, 2023
1 parent a15beae commit 0192fcf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/tasks/leveling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,15 @@ export const LevelingQuest: Quest = {
},
limit: { tries: 1 },
},
{
name: "Pull Some Jacks",
ready: () => args.dopulls,
completed: () => have($item`Tome of Clip Art`) || !have($familiar`Comma Chameleon`),
do: (): void => {
takeStorage($item`box of Familiar Jacks`, 1);
},
limit: { tries: 1 },
},
{
name: "Pull Buddy Bjorn",
ready: () => args.dopulls,
Expand Down

0 comments on commit 0192fcf

Please sign in to comment.