From 0192fcf293d3e84d24e0b477bd206a6a4b4a0d22 Mon Sep 17 00:00:00 2001 From: Ignose Date: Thu, 16 Nov 2023 12:04:03 -0500 Subject: [PATCH] Auto-pull jacks for a that guy --- src/tasks/leveling.ts | 9 +++++++++ 1 file changed, 9 insertions(+) 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,