diff --git a/src/tasks/leveling.ts b/src/tasks/leveling.ts index 06d0705..910c624 100644 --- a/src/tasks/leveling.ts +++ b/src/tasks/leveling.ts @@ -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,